Fixed typo in ext3 features

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7760 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Dan Nichilson 2006-08-03 20:19:36 +00:00
parent bfa508ae84
commit f80cce6494
2 changed files with 4 additions and 1 deletions

View File

@ -42,7 +42,7 @@
<screen role="nodump"><userinput>debugfs -R feature /dev/<replaceable>&lt;xxx&gt;</replaceable></userinput></screen> <screen role="nodump"><userinput>debugfs -R feature /dev/<replaceable>&lt;xxx&gt;</replaceable></userinput></screen>
<para>If the output contains features other than <para>If the output contains features other than
<option>has_joural</option>, <option>dir_index</option>, <option>has_journal</option>, <option>dir_index</option>,
<option>filetype</option>, <option>large_file</option>, <option>filetype</option>, <option>large_file</option>,
<option>resize_inode</option>, <option>sparse_super</option> or <option>resize_inode</option>, <option>sparse_super</option> or
<option>needs_recovery</option>, then your host <option>needs_recovery</option>, then your host

View File

@ -108,6 +108,9 @@
<!ENTITY diffutils-ch6-du "6.3 MB"> <!ENTITY diffutils-ch6-du "6.3 MB">
<!ENTITY diffutils-ch6-sbu "0.1 SBU"> <!ENTITY diffutils-ch6-sbu "0.1 SBU">
<!-- NOTE: When updating e2fsprogs, remember to check the list
of acceptable features that can be shown by debugfs in
chapter02/creatingfilesystem.xml -->
<!ENTITY e2fsprogs-version "1.39"> <!ENTITY e2fsprogs-version "1.39">
<!ENTITY e2fsprogs-size "3,616 KB"> <!ENTITY e2fsprogs-size "3,616 KB">
<!ENTITY e2fsprogs-url "&sourceforge;e2fsprogs/e2fsprogs-&e2fsprogs-version;.tar.gz?download"> <!ENTITY e2fsprogs-url "&sourceforge;e2fsprogs/e2fsprogs-&e2fsprogs-version;.tar.gz?download">