diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2009-09-06 18:36:35 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2009-09-06 18:36:35 +0000 |
commit | b8f47e78d4b9cb44086c8a4e0fef658eba4193d2 (patch) | |
tree | c9127e1022954ebe69b6569bbd1a588a7ce6ecd7 /chapter06 | |
parent | 5dec66f4fd93e987e0c1f5277402346cb2af0ff8 (diff) |
fsck.ext* are hard links to e2fsck not fsck. Thanks to Dean Talbot for the report.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9064 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/e2fsprogs.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/chapter06/e2fsprogs.xml b/chapter06/e2fsprogs.xml index 6b67998b7..287e740ed 100644 --- a/chapter06/e2fsprogs.xml +++ b/chapter06/e2fsprogs.xml @@ -297,7 +297,7 @@ install-info --dir-file=/usr/share/info/dir \ <term><command>fsck.ext2</command></term> <listitem> <para>By default checks <systemitem class="filesystem">ext2</systemitem> - file systems. This is a hard link to <command>fsck</command>.</para> + file systems. This is a hard link to <command>e2fsck</command>.</para> <indexterm zone="ch-system-e2fsprogs fsck.ext2"> <primary sortas="b-fsck.ext2">fsck.ext2</primary> </indexterm> @@ -308,7 +308,7 @@ install-info --dir-file=/usr/share/info/dir \ <term><command>fsck.ext3</command></term> <listitem> <para>By default checks <systemitem class="filesystem">ext3</systemitem> - file systems. This is a hard link to <command>fsck</command>.</para> + file systems. This is a hard link to <command>e2fsck</command>.</para> <indexterm zone="ch-system-e2fsprogs fsck.ext3"> <primary sortas="b-fsck.ext3">fsck.ext3</primary> </indexterm> @@ -319,7 +319,7 @@ install-info --dir-file=/usr/share/info/dir \ <term><command>fsck.ext4</command></term> <listitem> <para>By default checks <systemitem class="filesystem">ext4</systemitem> - file systems. This is a hard link to <command>fsck</command>.</para> + file systems. This is a hard link to <command>e2fsck</command>.</para> <indexterm zone="ch-system-e2fsprogs fsck.ext4"> <primary sortas="b-fsck.ext4">fsck.ext4</primary> </indexterm> @@ -331,7 +331,7 @@ install-info --dir-file=/usr/share/info/dir \ <listitem> <para>By default checks <systemitem class="filesystem">ext4</systemitem> development file systems. This is a hard link to - <command>fsck</command>.</para> + <command>e2fsck</command>.</para> <indexterm zone="ch-system-e2fsprogs fsck.ext4dev"> <primary sortas="b-fsck.ext4dev">fsck.ext4dev</primary> </indexterm> |