From ab3b93b727dde7de9c0aea893f62e88cb0ee1c13 Mon Sep 17 00:00:00 2001 From: Alex Gronenwoud Date: Sat, 31 Jan 2004 15:07:36 +0000 Subject: Writing 'file system' as two words everywhere. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3198 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- appendixa/bootscripts-desc.xml | 8 ++++---- appendixa/coreutils-desc.xml | 4 ++-- appendixa/e2fsprogs-desc.xml | 32 ++++++++++++++++---------------- appendixa/file-desc.xml | 2 +- appendixa/findutils-desc.xml | 2 +- appendixa/glibc-desc.xml | 2 +- appendixa/procinfo-desc.xml | 2 +- appendixa/psmisc-desc.xml | 2 +- appendixa/utillinux-desc.xml | 22 +++++++++++----------- 9 files changed, 38 insertions(+), 38 deletions(-) (limited to 'appendixa') 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 @@ Short descriptions The checkfs script checks the file systems just -before they are mounted (with the exception of journal and network based file -systems). +before they are mounted (with the exception of journal and network based +file systems). The cleanfs script removes files that shouldn't be preserved between reboots, such as those in /var/run/ and @@ -25,10 +25,10 @@ specified as proper for your keyboard layout. local loopback device. The mountfs script mounts all file systems that -aren't marked noauto or aren't network based. +aren't marked noauto or aren't network based. The mountproc script is used to mount the proc -filesystem. +file system. The network script sets up network interfaces, such as network cards, and sets up the default gateway where applicable. 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. count, while optionally performing conversions on it. df 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. dir is the same as ls. @@ -177,7 +177,7 @@ or by number of lines. sum prints checksum and block counts for each given file. -sync flushes filesystem buffers. It forces +sync flushes file system buffers. It forces changed blocks to disk and updates the super block. tac concatenates the given files in reverse. 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. print block device attributes. chattr changes the attributes of files on a -second extended (ext2) filesystem. +second extended (ext2) file system. compile_et 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. -debugfs is a filesystem debugger. It can be -used to examine and change the state of an ext2 filesystem. +debugfs is a file system debugger. It can be +used to examine and change the state of an ext2 file system. dumpe2fs prints the super block and blocks group -information for the filesystem present on a given device. +information for the file system present on a given device. e2fsck is used to check, and optionally repair, -second extended (ext2) filesystems, and also ext3 filesystems. +second extended (ext2) file systems, and also ext3 file systems. -e2image is used to save critical ext2 filesystem +e2image is used to save critical ext2 file system data to a file. -e2label will display or change the filesystem -label on the ext2 filesystem present on a given device. +e2label will display or change the file system +label on the ext2 file system present on a given device. findfs finds a file system by label or UUID. fsck 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 /etc/fstab logsave saves the output of a command in a logfile. lsattr lists the attributes of files on a second -extended filesystem. +extended file system. mk_cmds converts a table of command names and help messages into a C source file suitable for use with the libss subsystem library. mke2fs is used to create a second extended -filesystem on the given device. +file system on the given device. mklost+found is used to create a -lost+found directory on a second extended filesystem. +lost+found directory on a second extended file system. It pre-allocates disk blocks to this directory to lighten the task of e2fsck. resize2fs can be used to enlarge or shrink an -ext2 filesystem. +ext2 file system. -tune2fs is used adjust tunable filesystem -parameters on a second extended filesystem. +tune2fs is used adjust tunable file system +parameters on a second extended file system. uuidgen creates new universally unique identifiers (UUID). Each new UUID can reasonably be considered unique @@ -69,7 +69,7 @@ identification and token extraction. libe2p is used by dumpe2fs, chattr, and lsattr. libext2fs contains routines to enable user-level -programs to manipulate an ext2 filesystem. +programs to manipulate an ext2 file system. libss is used by debugfs. 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 @@ Short descriptions file 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. libmagic 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. and reports the names that contain a given string or match a given pattern. updatedb 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. xargs 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. gencat generates message catalogues. getconf displays the system configuration values -for filesystem specific variables. +for file system specific variables. getent gets entries from an administrative database. 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. procinfo displays an overview of some of the info -present in the virtual proc filesystem. +present in the virtual proc file system. socklist lists the open sockets, reporting their type, portnumber, and other specifics. 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 @@ Short descriptions fuser reports the PIDs of processes that use -the given files or filesystems. +the given files or file systems. killall kills processes by name. It sends a signal to all processes running any of the given commands. 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. table of the given device. fsck.cramfs performs a consistency check on the -Cramfs filesystem on the given device. +Cramfs file system on the given device. fsck.minix performs a consistency check on the -Minix filesystem on the given device. +Minix file system on the given device. getopt parses options in the given command line. @@ -63,7 +63,7 @@ hardware clock (also called the RTC or BIOS clock). ipcs provides IPC status information. isosize reports the size of an iso9660 -filesystem. +file system. line copies a single line. @@ -78,14 +78,14 @@ string. mcookie generates magic cookies, 128-bit random hexadecimal numbers, for xauth. -mkfs is used to build a filesystem on a device +mkfs is used to build a file system on a device (usually a harddisk partition). -mkfs.bfs creates an SCO bfs filesystem. +mkfs.bfs creates an SCO bfs file system. -mkfs.cramfs creates a cramfs filesystem. +mkfs.cramfs creates a cramfs file system. -mkfs.minix creates a Minix filesystem. +mkfs.minix creates a Minix file system. mkswap initializes the given device or file to be used as a swap area. @@ -93,7 +93,7 @@ used as a swap area. more is a filter for paging through text one screenful at a time. But less is much better. -mount attaches the filesystem on the given device +mount attaches the file system on the given device to the given directory in the system's file tree. namei shows the symbolic links in the given @@ -102,8 +102,8 @@ pathnames. pg displays a text file one screenful at a time. -pivot_root makes the given filesystem the new -root filesystem of the current process. +pivot_root makes the given file system the new +root file system of the current process. ramsize could be used to set the size of the RAM disk in a bootable image. @@ -151,7 +151,7 @@ line printer. ul is a filter for translating underscores into escape sequences indicating underlining for the terminal in use. -umount disconnects a filesystem from the +umount disconnects a file system from the system's file tree. vidmode could be used to set the video mode -- cgit v1.2.3-54-g00ecf