Ignore:
Timestamp:
01/31/2004 03:07:36 PM (21 years ago)
Author:
Alex Gronenwoud <alex@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 12.2, 12.2-rc1, 6.0, 6.1, 6.1.1, 6.3, 6.4, 6.5, 6.6, 6.7, 6.8, 7.0, 7.1, 7.2, 7.3, 7.4, 7.5, 7.5-systemd, 7.6, 7.6-systemd, 7.7, 7.7-systemd, 7.8, 7.8-systemd, 7.9, 7.9-systemd, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, v5_1, v5_1_1, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/loongarch-12.2, xry111/mips64el, xry111/multilib, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
374b4f7
Parents:
90afe40d
Message:

Writing 'file system' as two words everywhere.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • appendixa/utillinux-desc.xml

    r90afe40d rab3b93b  
    4646
    4747<para><command>fsck.cramfs</command> performs a consistency check on the
    48 Cramfs filesystem on the given device.</para>
     48Cramfs file system on the given device.</para>
    4949
    5050<para><command>fsck.minix</command> performs a consistency check on the
    51 Minix filesystem on the given device.</para>
     51Minix file system on the given device.</para>
    5252
    5353<para><command>getopt</command> parses options in the given command line.</para>
     
    6464
    6565<para><command>isosize</command> reports the size of an iso9660
    66 filesystem.</para>
     66file system.</para>
    6767
    6868<para><command>line</command> copies a single line.</para>
     
    7979hexadecimal numbers, for xauth.</para>
    8080
    81 <para><command>mkfs</command> is used to build a filesystem on a device
     81<para><command>mkfs</command> is used to build a file system on a device
    8282(usually a harddisk partition).</para>
    8383
    84 <para><command>mkfs.bfs</command> creates an SCO bfs filesystem.</para>
     84<para><command>mkfs.bfs</command> creates an SCO bfs file system.</para>
    8585
    86 <para><command>mkfs.cramfs</command> creates a cramfs filesystem.</para>
     86<para><command>mkfs.cramfs</command> creates a cramfs file system.</para>
    8787
    88 <para><command>mkfs.minix</command> creates a Minix filesystem.</para>
     88<para><command>mkfs.minix</command> creates a Minix file system.</para>
    8989
    9090<para><command>mkswap</command> initializes the given device or file to be
     
    9494screenful at a time. But less is much better.</para>
    9595
    96 <para><command>mount</command> attaches the filesystem on the given device
     96<para><command>mount</command> attaches the file system on the given device
    9797to the given directory in the system's file tree.</para>
    9898
     
    103103time.</para>
    104104
    105 <para><command>pivot_root</command> makes the given filesystem the new
    106 root filesystem of the current process.</para>
     105<para><command>pivot_root</command> makes the given file system the new
     106root file system of the current process.</para>
    107107
    108108<para><command>ramsize</command> could be used to set the size of the
     
    152152escape sequences indicating underlining for the terminal in use.</para>
    153153
    154 <para><command>umount</command> disconnects a filesystem from the
     154<para><command>umount</command> disconnects a file system from the
    155155system's file tree.</para>
    156156
Note: See TracChangeset for help on using the changeset viewer.