diff options
-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 |