aboutsummaryrefslogtreecommitdiffstats
path: root/appendixa
diff options
context:
space:
mode:
authorAlex Gronenwoud <alex@linuxfromscratch.org>2004-01-31 15:07:36 +0000
committerAlex Gronenwoud <alex@linuxfromscratch.org>2004-01-31 15:07:36 +0000
commitab3b93b727dde7de9c0aea893f62e88cb0ee1c13 (patch)
treef3f9ca3c8e0f8aa24a00e7b45619f14eb1423196 /appendixa
parent90afe40d900c2c055750a4761e29b54009a7f6a7 (diff)
Writing 'file system' as two words everywhere.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3198 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'appendixa')
-rw-r--r--appendixa/bootscripts-desc.xml8
-rw-r--r--appendixa/coreutils-desc.xml4
-rw-r--r--appendixa/e2fsprogs-desc.xml32
-rw-r--r--appendixa/file-desc.xml2
-rw-r--r--appendixa/findutils-desc.xml2
-rw-r--r--appendixa/glibc-desc.xml2
-rw-r--r--appendixa/procinfo-desc.xml2
-rw-r--r--appendixa/psmisc-desc.xml2
-rw-r--r--appendixa/utillinux-desc.xml22
9 files changed, 38 insertions, 38 deletions
diff --git a/appendixa/bootscripts-desc.xml b/appendixa/bootscripts-desc.xml
index 024f347ef..faa237c22 100644
--- a/appendixa/bootscripts-desc.xml
+++ b/appendixa/bootscripts-desc.xml
@@ -1,8 +1,8 @@
<sect2><title>Short descriptions</title>
<para>The <command>checkfs</command> script checks the file systems just
-before they are mounted (with the exception of journal and network based file
-systems).</para>
+before they are mounted (with the exception of journal and network based
+file systems).</para>
<para>The <command>cleanfs</command> script removes files that shouldn't be
preserved between reboots, such as those in <filename>/var/run/</filename> and
@@ -25,10 +25,10 @@ specified as proper for your keyboard layout.</para>
local loopback device.</para>
<para>The <command>mountfs</command> script mounts all file systems that
-aren't marked noauto or aren't network based.</para>
+aren't marked <emphasis>noauto</emphasis> or aren't network based.</para>
<para>The <command>mountproc</command> script is used to mount the proc
-filesystem.</para>
+file system.</para>
<para>The <command>network</command> script sets up network interfaces, such
as network cards, and sets up the default gateway where applicable.</para>
diff --git a/appendixa/coreutils-desc.xml b/appendixa/coreutils-desc.xml
index 88a32e46c..28b098cdb 100644
--- a/appendixa/coreutils-desc.xml
+++ b/appendixa/coreutils-desc.xml
@@ -43,7 +43,7 @@ format, or sets the system date.</para>
count, while optionally performing conversions on it.</para>
<para><command>df</command> reports the amount of disk space available
-(and used) on all mounted filesystems, or only on the filesystems holding the
+(and used) on all mounted file systems, or only on the file systems holding the
given files.</para>
<para><command>dir</command> is the same as ls.</para>
@@ -177,7 +177,7 @@ or by number of lines.</para>
<para><command>sum</command> prints checksum and block counts for each
given file.</para>
-<para><command>sync</command> flushes filesystem buffers. It forces
+<para><command>sync</command> flushes file system buffers. It forces
changed blocks to disk and updates the super block.</para>
<para><command>tac</command> concatenates the given files in reverse.</para>
diff --git a/appendixa/e2fsprogs-desc.xml b/appendixa/e2fsprogs-desc.xml
index 7658a95f8..240675b46 100644
--- a/appendixa/e2fsprogs-desc.xml
+++ b/appendixa/e2fsprogs-desc.xml
@@ -7,54 +7,54 @@ partition) for bad blocks.</para>
print block device attributes.</para>
<para><command>chattr</command> changes the attributes of files on a
-second extended (ext2) filesystem.</para>
+second extended (ext2) file system.</para>
<para><command>compile_et</command> is an error table compiler. It
converts a table of error-code names and messages into a C source file
suitable for use with the com_err library.</para>
-<para><command>debugfs</command> is a filesystem debugger. It can be
-used to examine and change the state of an ext2 filesystem.</para>
+<para><command>debugfs</command> is a file system debugger. It can be
+used to examine and change the state of an ext2 file system.</para>
<para><command>dumpe2fs</command> prints the super block and blocks group
-information for the filesystem present on a given device.</para>
+information for the file system present on a given device.</para>
<para><command>e2fsck</command> is used to check, and optionally repair,
-second extended (ext2) filesystems, and also ext3 filesystems.</para>
+second extended (ext2) file systems, and also ext3 file systems.</para>
-<para><command>e2image</command> is used to save critical ext2 filesystem
+<para><command>e2image</command> is used to save critical ext2 file system
data to a file.</para>
-<para><command>e2label</command> will display or change the filesystem
-label on the ext2 filesystem present on a given device.</para>
+<para><command>e2label</command> will display or change the file system
+label on the ext2 file system present on a given device.</para>
<para><command>findfs</command> finds a file system by label or UUID.</para>
<para><command>fsck</command> is used to check, and optionally repair,
-filesystems. By default it checks the filesystems listed in
+file systems. By default it checks the file systems listed in
<filename>/etc/fstab</filename></para>
<para><command>logsave</command> saves the output of a command in a logfile.</para>
<para><command>lsattr</command> lists the attributes of files on a second
-extended filesystem.</para>
+extended file system.</para>
<para><command>mk_cmds</command> converts a table of command names
and help messages into a C source file suitable for use with the
<filename>libss</filename> subsystem library.</para>
<para><command>mke2fs</command> is used to create a second extended
-filesystem on the given device.</para>
+file system on the given device.</para>
<para><command>mklost+found</command> is used to create a
-<filename>lost+found</filename> directory on a second extended filesystem.
+<filename>lost+found</filename> directory on a second extended file system.
It pre-allocates disk blocks to this directory to lighten the task of e2fsck.</para>
<para><command>resize2fs</command> can be used to enlarge or shrink an
-ext2 filesystem.</para>
+ext2 file system.</para>
-<para><command>tune2fs</command> is used adjust tunable filesystem
-parameters on a second extended filesystem.</para>
+<para><command>tune2fs</command> is used adjust tunable file system
+parameters on a second extended file system.</para>
<para><command>uuidgen</command> creates new universally unique
identifiers (UUID). Each new UUID can reasonably be considered unique
@@ -69,7 +69,7 @@ identification and token extraction.</para>
<para><command>libe2p</command> is used by dumpe2fs, chattr, and lsattr.</para>
<para><command>libext2fs</command> contains routines to enable user-level
-programs to manipulate an ext2 filesystem.</para>
+programs to manipulate an ext2 file system.</para>
<para><command>libss</command> is used by debugfs.</para>
diff --git a/appendixa/file-desc.xml b/appendixa/file-desc.xml
index aa08023bb..cf9e69f17 100644
--- a/appendixa/file-desc.xml
+++ b/appendixa/file-desc.xml
@@ -1,7 +1,7 @@
<sect2><title>Short descriptions</title>
<para><command>file</command> tries to classify each given file. It does
-this by performing several tests: filesystem tests, magic number tests, and
+this by performing several tests: file system tests, magic number tests, and
language tests. The first test that succeeds determines the result.</para>
<para><command>libmagic</command> contains routines for magic number
diff --git a/appendixa/findutils-desc.xml b/appendixa/findutils-desc.xml
index fc05ce192..a6a43380c 100644
--- a/appendixa/findutils-desc.xml
+++ b/appendixa/findutils-desc.xml
@@ -17,7 +17,7 @@ factor of 4 to 5.</para>
and reports the names that contain a given string or match a given pattern.</para>
<para><command>updatedb</command> updates the locate database. It scans
-the entire filesystem (including other filesystems that are currently mounted,
+the entire file system (including other file systems that are currently mounted,
unless told not to) and puts every file name it finds in the database.</para>
<para><command>xargs</command> can be used to apply a given command to
diff --git a/appendixa/glibc-desc.xml b/appendixa/glibc-desc.xml
index 2392c5807..f541a70ed 100644
--- a/appendixa/glibc-desc.xml
+++ b/appendixa/glibc-desc.xml
@@ -6,7 +6,7 @@ when a program terminates with a segmentation fault.</para>
<para><command>gencat</command> generates message catalogues.</para>
<para><command>getconf</command> displays the system configuration values
-for filesystem specific variables.</para>
+for file system specific variables.</para>
<para><command>getent</command> gets entries from an administrative
database.</para>
diff --git a/appendixa/procinfo-desc.xml b/appendixa/procinfo-desc.xml
index 2abecd586..9440b824d 100644
--- a/appendixa/procinfo-desc.xml
+++ b/appendixa/procinfo-desc.xml
@@ -4,7 +4,7 @@
and which IRQs and IO ports they use.</para>
<para><command>procinfo</command> displays an overview of some of the info
-present in the virtual proc filesystem.</para>
+present in the virtual proc file system.</para>
<para><command>socklist</command> lists the open sockets, reporting their
type, portnumber, and other specifics.</para>
diff --git a/appendixa/psmisc-desc.xml b/appendixa/psmisc-desc.xml
index f3ab28eb6..16e98480b 100644
--- a/appendixa/psmisc-desc.xml
+++ b/appendixa/psmisc-desc.xml
@@ -1,7 +1,7 @@
<sect2><title>Short descriptions</title>
<para><command>fuser</command> reports the PIDs of processes that use
-the given files or filesystems.</para>
+the given files or file systems.</para>
<para><command>killall</command> kills processes by name. It sends a signal
to all processes running any of the given commands.</para>
diff --git a/appendixa/utillinux-desc.xml b/appendixa/utillinux-desc.xml
index 88cc16768..e3cf97b0c 100644
--- a/appendixa/utillinux-desc.xml
+++ b/appendixa/utillinux-desc.xml
@@ -45,10 +45,10 @@ and interactiveness of a block device.</para>
table of the given device.</para>
<para><command>fsck.cramfs</command> performs a consistency check on the
-Cramfs filesystem on the given device.</para>
+Cramfs file system on the given device.</para>
<para><command>fsck.minix</command> performs a consistency check on the
-Minix filesystem on the given device.</para>
+Minix file system on the given device.</para>
<para><command>getopt</command> parses options in the given command line.</para>
@@ -63,7 +63,7 @@ hardware clock (also called the RTC or BIOS clock).</para>
<para><command>ipcs</command> provides IPC status information.</para>
<para><command>isosize</command> reports the size of an iso9660
-filesystem.</para>
+file system.</para>
<para><command>line</command> copies a single line.</para>
@@ -78,14 +78,14 @@ string.</para>
<para><command>mcookie</command> generates magic cookies, 128-bit random
hexadecimal numbers, for xauth.</para>
-<para><command>mkfs</command> is used to build a filesystem on a device
+<para><command>mkfs</command> is used to build a file system on a device
(usually a harddisk partition).</para>
-<para><command>mkfs.bfs</command> creates an SCO bfs filesystem.</para>
+<para><command>mkfs.bfs</command> creates an SCO bfs file system.</para>
-<para><command>mkfs.cramfs</command> creates a cramfs filesystem.</para>
+<para><command>mkfs.cramfs</command> creates a cramfs file system.</para>
-<para><command>mkfs.minix</command> creates a Minix filesystem.</para>
+<para><command>mkfs.minix</command> creates a Minix file system.</para>
<para><command>mkswap</command> initializes the given device or file to be
used as a swap area.</para>
@@ -93,7 +93,7 @@ used as a swap area.</para>
<para><command>more</command> is a filter for paging through text one
screenful at a time. But less is much better.</para>
-<para><command>mount</command> attaches the filesystem on the given device
+<para><command>mount</command> attaches the file system on the given device
to the given directory in the system's file tree.</para>
<para><command>namei</command> shows the symbolic links in the given
@@ -102,8 +102,8 @@ pathnames.</para>
<para><command>pg</command> displays a text file one screenful at a
time.</para>
-<para><command>pivot_root</command> makes the given filesystem the new
-root filesystem of the current process.</para>
+<para><command>pivot_root</command> makes the given file system the new
+root file system of the current process.</para>
<para><command>ramsize</command> could be used to set the size of the
RAM disk in a bootable image.</para>
@@ -151,7 +151,7 @@ line printer.</para>
<para><command>ul</command> is a filter for translating underscores into
escape sequences indicating underlining for the terminal in use.</para>
-<para><command>umount</command> disconnects a filesystem from the
+<para><command>umount</command> disconnects a file system from the
system's file tree.</para>
<para><command>vidmode</command> could be used to set the video mode