From: Theodore Ts'o Date: Sun, 11 Apr 2004 21:02:44 +0000 (-0400) Subject: tune2fs.8.in: Fixed spelling error (Addresses Debian Bug #242995) X-Git-Tag: E2FSPROGS-1_36~187 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ccdd1d6d994a3d6d44ed92f8010dfad884b9c7a5;p=thirdparty%2Fe2fsprogs.git tune2fs.8.in: Fixed spelling error (Addresses Debian Bug #242995) --- diff --git a/misc/ChangeLog b/misc/ChangeLog index ad2b66e11..6b43bce68 100644 --- a/misc/ChangeLog +++ b/misc/ChangeLog @@ -1,5 +1,7 @@ 2004-04-11 Theodore Ts'o + * tune2fs.8.in: Fixed spelling error (Addresses Debian Bug #242995) + * mke2fs.8.in: Clarify man page's description of the '-O' option. (Addresses Debian Bug #241940) diff --git a/misc/tune2fs.8.in b/misc/tune2fs.8.in index a5d6dca23..6c5bf7809 100644 --- a/misc/tune2fs.8.in +++ b/misc/tune2fs.8.in @@ -310,12 +310,12 @@ into the main filesystem. .TP .B journal_data_ordered When the filesystem is mounted with journalling enabled, all data is forced -directly out to the main file system prior to its metadata being commutted +directly out to the main file system prior to its metadata being committed to the journal. .TP .B journal_data_writeback When the filesystem is mounted with journalling enabled, data may be -written into the main filesystem after its metadata has been commutted +written into the main filesystem after its metadata has been committed to the journal. This may increase throughput, however, it may allow old data to appear in files after a crash and journal recovery. .RE