diff options
author | Bryan Kadzban <bryan@linuxfromscratch.org> | 2008-11-06 05:23:09 +0000 |
---|---|---|
committer | Bryan Kadzban <bryan@linuxfromscratch.org> | 2008-11-06 05:23:09 +0000 |
commit | a91be49af49a502ab60a3923b5e42034c39754fa (patch) | |
tree | 87e2382dae9a6ba1a0abcf66f82d5f0bd83b3043 /chapter06 | |
parent | f7242d435512d5e29d8b0a23eb3b45096591319b (diff) |
s/<tab>/<spaces>/g everywhere. Also fix one typo in the e2fsprogs installed-binaries list, since I noticed it when killing tabs.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8734 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/e2fsprogs.xml | 12 | ||||
-rw-r--r-- | chapter06/man-db.xml | 2 | ||||
-rw-r--r-- | chapter06/perl.xml | 2 |
3 files changed, 8 insertions, 8 deletions
diff --git a/chapter06/e2fsprogs.xml b/chapter06/e2fsprogs.xml index 36ae6bda2..7f8514871 100644 --- a/chapter06/e2fsprogs.xml +++ b/chapter06/e2fsprogs.xml @@ -147,9 +147,9 @@ install -v -m644 -D ../doc/libblkid.txt \ <seglistitem> <seg>badblocks, blkid, chattr, compile_et, debugfs, dumpe2fs, e2fsck, e2image, e2label, e2undo, filefrag, findfs, fsck, fsck.ext2, fsck.ext3, - fsck.ext4, fsck.ext4dev, logsave, lsattr, + fsck.ext4, fsck.ext4dev, logsave, lsattr, mk_cmds, mke2fs, mkfs.ext2, mkfs.ext3, fsck.ext4, fsck.ext4dev, - mklost+found, resize2fs, tune2fs, uuidd, and uuidgen.</seg> + mklost+found, resize2fs, tune2fs, uuidd, and uuidgen.</seg> <seg>libblkid.{a,so}, libcom_err.{a,so}, libe2p.{a,so}, libext2fs.{a,so}, libss.{a,so}, and libuuid.{a,so}</seg> </seglistitem> @@ -269,9 +269,9 @@ install -v -m644 -D ../doc/libblkid.txt \ <varlistentry id="e2undo"> <term><command>e2undo</command></term> <listitem> - <para>Replayd 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.</para> + <para>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.</para> <indexterm zone="ch-system-e2fsprogs e2undo"> <primary sortas="b-e2undo">e2undo</primary> </indexterm> @@ -347,7 +347,7 @@ install -v -m644 -D ../doc/libblkid.txt \ <listitem> <para>By default checks <systemitem class="filesystem">ext4</systemitem> development file systems. This is a hard link to - <command>fsck</command>.</para> + <command>fsck</command>.</para> <indexterm zone="ch-system-e2fsprogs fsck.ext4dev"> <primary sortas="b-fsck.ext4dev">fsck.ext4dev</primary> </indexterm> diff --git a/chapter06/man-db.xml b/chapter06/man-db.xml index d107896ac..542ff47f9 100644 --- a/chapter06/man-db.xml +++ b/chapter06/man-db.xml @@ -215,7 +215,7 @@ <entry>Dutch (nl)</entry> <entry>ISO-8859-1</entry> </row> - <!-- FIXME: BUG: "no" is deprecated, should use "nb" or "nn" and + <!-- FIXME: BUG: "no" is deprecated, should use "nb" or "nn" and symlinks --> <row> <entry>Norwegian (no)</entry> diff --git a/chapter06/perl.xml b/chapter06/perl.xml index c467c3236..d159db493 100644 --- a/chapter06/perl.xml +++ b/chapter06/perl.xml @@ -48,7 +48,7 @@ <screen><userinput remap="pre">echo "127.0.0.1 localhost $(hostname)" > /etc/hosts</userinput></screen> <para>The following patch fixes known vulnerabilities and other issues - identified by the developers:</para> + identified by the developers:</para> <screen><userinput remap="pre">patch -Np1 -i ../&perl-consolidated-patch;</userinput></screen> |