Ignore:
Timestamp:
08/29/2004 06:36:34 PM (20 years ago)
Author:
Gerard Beekmans <gerard@…>
Branches:
6.0
Children:
8b320e7
Parents:
ec0a37e6
Message:

Second round of edits for final release

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/testing/BOOK@4066 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/coreutils.xml

    rec0a37e6 r69993f4  
    2323<segtitle>Coreutils installation depends on</segtitle>
    2424<seglistitem><seg>Bash, Binutils, Coreutils, Diffutils, GCC,
    25 Gettext, Glibc, Grep, Make, Perl, Sed</seg></seglistitem>
     25Gettext, Glibc, Grep, Make, Perl, and Sed</seg></seglistitem>
    2626</segmentedlist>
    2727</sect2>
     
    5353presence of files and users that are not valid this early in the LFS
    5454build. Therefore, additional items need to be set up before running
    55 the tests. Skip down to <quote>Install the package</quote> if you are
     55the tests. Skip down to <quote>Install the package</quote> if
    5656not running the test suite.</para>
    5757
     
    108108shred, sleep, sort, split, stat, stty, sum, sync, tac, tail, tee,
    109109test, touch, tr, true, tsort, tty, uname, unexpand, uniq, unlink,
    110 users, vdir, wc, who, whoami and yes</seg></seglistitem>
     110users, vdir, wc, who, whoami, and yes</seg></seglistitem>
    111111</segmentedlist>
    112112
     
    117117<term><command>basename</command></term>
    118118<listitem>
    119 <para>strips any path and a given suffix from a given file name.</para>
     119<para>strips any path and a given suffix from a file name.</para>
    120120<indexterm zone="ch-system-coreutils basename"><primary sortas="b-basename">basename</primary></indexterm>
    121121</listitem>
     
    162162<term><command>chroot</command></term>
    163163<listitem>
    164 <para>runs a given command with the specified directory as the
     164<para>runs a command with the specified directory as the
    165165<filename class="directory">/</filename> directory. The given command can be an interactive shell.
    166166On most systems only <emphasis>root</emphasis> can do this.</para>
     
    273273<listitem>
    274274<para>reports the amount of disk space used by the current directory,
    275 by each of the given directories (including all subdirectories), or by
     275by each of the given directories (including all subdirectories) or by
    276276each of the given files.</para>
    277277<indexterm zone="ch-system-coreutils du"><primary sortas="b-du">du</primary></indexterm>
     
    749749<term><command>tsort</command></term>
    750750<listitem>
    751 <para>performs a topological sort. It writes a totally ordered list
     751<para>performs a topological sort. It writes a completely ordered list
    752752according to the partial ordering in a given file.</para>
    753753<indexterm zone="ch-system-coreutils tsort"><primary sortas="b-tsort">tsort</primary></indexterm>
Note: See TracChangeset for help on using the changeset viewer.