Browse Source

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
Matthew Burgess 16 years ago
parent
commit
b8f47e78d4
1 changed files with 4 additions and 4 deletions
  1. 4 4
      chapter06/e2fsprogs.xml

+ 4 - 4
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>