diff options
author | Dan Nichilson <dnicholson@linuxfromscratch.org> | 2006-08-03 20:19:36 +0000 |
---|---|---|
committer | Dan Nichilson <dnicholson@linuxfromscratch.org> | 2006-08-03 20:19:36 +0000 |
commit | 79c413bda2ec9117f5911c70b86016c51d25f169 (patch) | |
tree | 663d0a27bbb59d5b4c563b0f7c671887015d9f4a | |
parent | 9bde0d7abb17bdfce5bd04434ef64e0b94a528f1 (diff) |
Fixed typo in ext3 features
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/6.2/BOOK@7760 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter01/changelog.xml | 4 | ||||
-rw-r--r-- | chapter02/creatingfilesystem.xml | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index d87964537..7b5d31acf 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -40,6 +40,10 @@ <para>August 3, 2006</para> <itemizedlist> <listitem> + <para>[dnicholson] - Fixed typo in list of acceptable ext3 + features. Thanks to Randy McMurchy.</para> + </listitem> + <listitem> <para>[dnicholson] - Updated Berkeley DB patch to contain all available upstream fixes. Fixed md5sum for glibc inotify patch.</para> diff --git a/chapter02/creatingfilesystem.xml b/chapter02/creatingfilesystem.xml index 7dbfb49ff..d11e45219 100644 --- a/chapter02/creatingfilesystem.xml +++ b/chapter02/creatingfilesystem.xml @@ -42,7 +42,7 @@ <screen role="nodump"><userinput>debugfs -R feature /dev/<replaceable><xxx></replaceable></userinput></screen> <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>resize_inode</option>, <option>sparse_super</option> or <option>needs_recovery</option>, then your host |