From 9447f38a174a5bd5e77e45358ddbddfd5660bdfe Mon Sep 17 00:00:00 2001 From: Theodore Ts'o Date: Mon, 22 May 2006 17:59:37 -0400 Subject: [PATCH] Fix spelling mistakes in e2fsck, mke2fs.conf, and resize2fs man pages Addresses Debian Bugs: #368392, #368393, #368394 Signed-off-by: "Theodore Ts'o" --- e2fsck/ChangeLog | 5 +++++ e2fsck/e2fsck.8.in | 2 +- misc/ChangeLog | 5 +++++ misc/mke2fs.conf.5.in | 10 +++++----- resize/ChangeLog | 5 +++++ resize/resize2fs.8.in | 2 +- 6 files changed, 22 insertions(+), 7 deletions(-) diff --git a/e2fsck/ChangeLog b/e2fsck/ChangeLog index 7da142e..6f21380 100644 --- a/e2fsck/ChangeLog +++ b/e2fsck/ChangeLog @@ -1,3 +1,8 @@ +2006-05-22 Theodore Tso + + * e2fsck.8.in: Fixed spelling mistake. (Addresses Debian Bug: + #368392) + 2006-05-14 Theodore Tso * recovery.c (do_one_pass), journal.c (e2fsck_get_journal): Add diff --git a/e2fsck/e2fsck.8.in b/e2fsck/e2fsck.8.in index 1a56bb4..c1e40c9 100644 --- a/e2fsck/e2fsck.8.in +++ b/e2fsck/e2fsck.8.in @@ -371,7 +371,7 @@ command will allow you to extract the contents of the directory inode, which can sent to me after being first run through .BR uuencode (1). The most useful data you can send to help reproduce -the bug is a compressed raw image dump of the filesyste, generated using +the bug is a compressed raw image dump of the filesystem, generated using .BR e2image (8). See the .BR e2image (8) diff --git a/misc/ChangeLog b/misc/ChangeLog index 1701182..a965950 100644 --- a/misc/ChangeLog +++ b/misc/ChangeLog @@ -1,3 +1,8 @@ +2006-05-22 Theodore Tso + + * mke2fs.conf.5.in: Fix spelling mistakes (Addresses Debian Bug: + #368394) + 2006-05-14 Theodore Tso * tune2fs.8.in: Clarify how the -c and -C options work. diff --git a/misc/mke2fs.conf.5.in b/misc/mke2fs.conf.5.in index 7bfd24c..70cfdc6 100644 --- a/misc/mke2fs.conf.5.in +++ b/misc/mke2fs.conf.5.in @@ -59,7 +59,7 @@ apply: "\en" (for the newline character), "\et" (for the tab character), "\eb" (for the backspace character), and "\e\e" (for the backslash character). .P -The following stanzs are used in the +The following stanzas are used in the .I mke2fs.conf file. They will be described in more detail in future sections of this document. @@ -100,7 +100,7 @@ stanza. .TP .I base_features This relation specifies the filesystems features which are enabled in -newly created filesystems. It may be overriden by the +newly created filesystems. It may be overridden by the .I base_features relation found in the filesystem-type-specific subsection of the @@ -111,9 +111,9 @@ stanza. This relation specifies a set of features that should be added or removed to the features listed in the .I base_features -relation. It may be overriden by the filesystem-specific +relation. It may be overridden by the filesystem-specific .I default_features -in the filesystem-type subection of +in the filesystem-type subsection of .IR [fs_types] , and by the .B -O @@ -169,7 +169,7 @@ filesystem type. This relation specifies set of features which should be enabled or disabled to the features listed in the .I base_features -relation. It may be overriden by the +relation. It may be overridden by the .B -O command-line option to .BR mke2fs (8). diff --git a/resize/ChangeLog b/resize/ChangeLog index 435fbd1..db770ce 100644 --- a/resize/ChangeLog +++ b/resize/ChangeLog @@ -1,3 +1,8 @@ +2006-05-22 Theodore Tso + + * resize2fs.8.in: Fixed spelling mistake (Addresses Debian Bug: + #368393) + 2006-05-21 Theodore Tso * resize2fs.8.in: Clarify man page to indicate that supports ext2 diff --git a/resize/resize2fs.8.in b/resize/resize2fs.8.in index 6a87606..c030def 100644 --- a/resize/resize2fs.8.in +++ b/resize/resize2fs.8.in @@ -103,7 +103,7 @@ from the following list: .B \-S \fIRAID-stride The .B resize2fs -program will hueristically determine the RAID stride that was specified +program will heuristically determine the RAID stride that was specified when the filesystem was created. This option allows the user to explicitly specify a RAID stride setting to be used by resize2fs instead. .TP -- 1.8.3.1