From 8cde1045985f5a4ddf73dba34deac0f103f09a37 Mon Sep 17 00:00:00 2001 From: David Bryant Date: Sat, 17 Dec 2022 14:17:55 -0600 Subject: Capitalize the name of the package. Standardize references to "ext{234}" file systems. Clean up English idiom here and there. Standardize the spelling of "file system"; unless it's part of a command or something like that, it should be written as two words. --- chapter08/e2fsprogs.xml | 73 +++++++++++++++++++++++++------------------------ 1 file changed, 37 insertions(+), 36 deletions(-) (limited to 'chapter08/e2fsprogs.xml') diff --git a/chapter08/e2fsprogs.xml b/chapter08/e2fsprogs.xml index 79fdc5f1f..bccf33227 100644 --- a/chapter08/e2fsprogs.xml +++ b/chapter08/e2fsprogs.xml @@ -23,7 +23,7 @@ - <para>The e2fsprogs package contains the utilities for handling the + <para>The E2fsprogs package contains the utilities for handling the <systemitem class="filesystem">ext2</systemitem> file system. It also supports the <systemitem class="filesystem">ext3</systemitem> and <systemitem class="filesystem">ext4</systemitem> journaling @@ -44,13 +44,13 @@ <sect2 role="installation"> <title>Installation of E2fsprogs - The e2fsprogs documentation recommends that the package be built in + The E2fsprogs documentation recommends that the package be built in a subdirectory of the source tree: mkdir -v build cd build - Prepare e2fsprogs for compilation: + Prepare E2fsprogs for compilation: ../configure --prefix=/usr \ --sysconfdir=/etc \ @@ -74,11 +74,11 @@ cd build --disable-* - This prevents e2fsprogs from building and installing the + These prevent building and installing the libuuid and libblkid libraries, the uuidd daemon, and the - fsck wrapper, as util-linux installs more + fsck wrapper; util-linux installs more recent versions. @@ -175,11 +175,8 @@ install-info --dir-file=/usr/share/info/dir /usr/share/info/com_err.info chattr - Changes the attributes of files on an ext2 file system; it also - changes ext3 - file systems, the journaling version of ext2 file systems + Changes the attributes of files on ext{234} file systems chattr @@ -202,8 +199,8 @@ install-info --dir-file=/usr/share/info/dir /usr/share/info/com_err.infodebugfs A file system debugger; it can be used to examine and change - the state of an ext2 - file system + the state of ext{234} + file systems debugfs @@ -234,9 +231,8 @@ install-info --dir-file=/usr/share/info/dir /usr/share/info/com_err.info e2fsck - Is used to check, and optionally repair ext2 file systems and ext3 file systems + Is used to check and optionally repair ext{234} file systems e2fsck @@ -247,7 +243,7 @@ install-info --dir-file=/usr/share/info/dir /usr/share/info/com_err.infoe2image Is used to save critical ext2 file system data to a file + class="filesystem">ext{234} file system data to a file e2image @@ -258,7 +254,7 @@ install-info --dir-file=/usr/share/info/dir /usr/share/info/com_err.infoe2label Displays or changes the file system label on the ext2 file system present on a given + class="filesystem">ext{234} file system on a given device e2label @@ -269,7 +265,8 @@ install-info --dir-file=/usr/share/info/dir /usr/share/info/com_err.info e2mmpstatus - Checks MMP status of an ext4 filesystem + Checks MMP (Multiple Mount Protection) status of an ext4 file system e2mmpstatus @@ -279,7 +276,8 @@ install-info --dir-file=/usr/share/info/dir /usr/share/info/com_err.info e2scrub - Checks the contents of a mounted ext[234] filesystem + Checks the contents of a mounted ext{234} file system e2scrub @@ -289,7 +287,8 @@ install-info --dir-file=/usr/share/info/dir /usr/share/info/com_err.info e2scrub_all - Checks all mounted ext[234] filesystems for errors + Checks all mounted ext{234} + file systems for errors e2scrub_all @@ -299,9 +298,10 @@ install-info --dir-file=/usr/share/info/dir /usr/share/info/com_err.info e2undo - Replays the undo log undo_log for an ext2/ext3/ext4 filesystem - found on a device [This can be used to undo a failed operation by an - e2fsprogs program.] + Replays the undo log for an ext{234} file system + found on a device. [This can be used to undo a failed operation by an + E2fsprogs program.] e2undo @@ -311,7 +311,8 @@ install-info --dir-file=/usr/share/info/dir /usr/share/info/com_err.info e4crypt - Ext4 filesystem encryption utility + Ext4 + file system encryption utility e4crypt @@ -321,7 +322,8 @@ install-info --dir-file=/usr/share/info/dir /usr/share/info/com_err.info e4defrag - Online defragmenter for ext4 filesystems + Online defragmenter for ext4 file systems e4defrag @@ -407,9 +409,8 @@ install-info --dir-file=/usr/share/info/dir /usr/share/info/com_err.info mke2fs - Creates an ext2 - or ext3 file system on - the given device + Creates an ext{234} + file system on the given device mke2fs @@ -452,8 +453,8 @@ install-info --dir-file=/usr/share/info/dir /usr/share/info/com_err.info mklost+found - Used to create a lost+found - directory on an ext2 file + Creates a lost+found + directory on an ext{234} file system; it pre-allocates disk blocks to this directory to lighten the task of e2fsck @@ -465,8 +466,8 @@ install-info --dir-file=/usr/share/info/dir /usr/share/info/com_err.info resize2fs - Can be used to enlarge or shrink an ext2 file system + Can be used to enlarge or shrink ext{234} file systems resize2fs @@ -476,8 +477,8 @@ install-info --dir-file=/usr/share/info/dir /usr/share/info/com_err.info tune2fs - Adjusts tunable file system parameters on an ext2 file system + Adjusts tunable file system parameters on ext{234} file systems tune2fs @@ -508,8 +509,8 @@ install-info --dir-file=/usr/share/info/dir /usr/share/info/com_err.info libext2fs - Contains routines to enable user-level programs to manipulate an - ext2 file system + Contains routines to enable user-level programs to manipulate + ext{234} file systems libext2fs -- cgit v1.2.3-54-g00ecf