Changeset 8ce1e61


Ignore:
Timestamp:
Aug 16, 2006, 9:33:35 PM (18 years ago)
Author:
Chris Staub <chris@…>
Children:
7d602e5
Parents:
8227fd7
Message:

Text updates

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • boot/ppc/yaboot-build.xml

    r8227fd7 r8ce1e61  
    4747    <para>The Makefile is already set to do kernel-style cross-compiling,
    4848    but it will try to use <command>strip</command> to strip the second-stage
    49     loader.  It also expects to be running as root for the install, and to
    50     install for the root user, which user CLFS cannot do.  The following command
    51     will fix this:</para>
     49    loader. It also tries to change user and group ownership for the installed
     50    files to <systemitem class="username">root</systemitem>, which the
     51    <systemitem class="username">clfs</systemitem> cannot do. The following
     52    command fixes both issues:</para>
    5253
    5354<screen><userinput>cp Makefile,{.orig}
  • final-system/common/procps.xml

    r8227fd7 r8ce1e61  
    141141        <term><command>slabtop</command></term>
    142142        <listitem>
    143           <para>Displays detailed kernel slap cache information in real time</para>
     143          <para>Displays detailed kernel slab cache information in real time</para>
    144144          <indexterm zone="ch-system-procps slabtop">
    145145            <primary sortas="b-slabtop">slabtop</primary>
  • final-system/common/udev.xml

    r8227fd7 r8ce1e61  
    177177          <para>Simulates a <command>udev</command> run for the given device,
    178178          and prints out the name of the node the real <command>udev</command>
    179           would have created or (not in CLFS) the name of the renamed network
    180           interface</para>
     179          would have created or the name of the renamed network interface</para>
    181180          <indexterm zone="ch-system-udev udevtest">
    182181            <primary sortas="b-udevtest">udevtest</primary>
     
    211210        <term><command>cdrom_id</command></term>
    212211        <listitem>
    213           <para>Print the capabilities of a cdrom or dvdrom drive.</para>
     212          <para>Print the capabilities of a CDROM or DVDROM drive.</para>
    214213          <indexterm zone="ch-system-udev cdrom_id">
    215214            <primary sortas="b-cdrom_id">cdrom_id</primary>
     
    282281        <term><command>usb_id</command></term>
    283282        <listitem>
    284           <para>Identify a usb block device.</para>
     283          <para>Identify a USB block device.</para>
    285284          <indexterm zone="ch-system-udev usb_id">
    286285            <primary sortas="b-usb_id">usb_id</primary>
     
    302301        <term><filename class="directory">/etc/udev</filename></term>
    303302        <listitem>
    304           <para>Contains <command>udev</command> configuation files,
     303          <para>Contains <command>udev</command> configuration files,
    305304          device permissions, and rules for device naming</para>
    306305          <indexterm zone="ch-system-udev etc-udev">
Note: See TracChangeset for help on using the changeset viewer.