From 8139367bbde5f56a3febbdaa9205796a88310847 Mon Sep 17 00:00:00 2001 From: Theodore Ts'o Date: Sat, 16 Apr 2005 14:05:09 -0400 Subject: [PATCH] Fix spelling mistakes in man pages. (Addresses Debian Bugs: #304591, #304592, #304594, #304597, #304593) --- e2fsck/ChangeLog | 5 +++++ e2fsck/e2fsck.8.in | 4 ++-- misc/ChangeLog | 6 ++++++ misc/badblocks.8.in | 4 ++-- misc/dumpe2fs.8.in | 4 ++-- misc/fsck.8.in | 2 +- misc/tune2fs.8.in | 4 ++-- 7 files changed, 20 insertions(+), 9 deletions(-) diff --git a/e2fsck/ChangeLog b/e2fsck/ChangeLog index 75979ec..7ecb7d1 100644 --- a/e2fsck/ChangeLog +++ b/e2fsck/ChangeLog @@ -1,3 +1,8 @@ +2005-04-16 Theodore Ts'o + + * e2fsck.8.in: Fix spelling mistakes in man pages. (Addresses + Debian Bugs: #304593) + 2005-04-14 Theodore Ts'o * pass1b.c (pass1d): Don't offer to clone or delete the resize diff --git a/e2fsck/e2fsck.8.in b/e2fsck/e2fsck.8.in index 5fb125a..477d349 100644 --- a/e2fsck/e2fsck.8.in +++ b/e2fsck/e2fsck.8.in @@ -40,7 +40,7 @@ e2fsck \- check a Linux ext2/ext3 file system is used to check a Linux second extended file system (ext2fs). .B E2fsck also -supports ext2 filesystems countaining a journal, which are +supports ext2 filesystems containing a journal, which are also sometimes known as ext3 filesystems, by first applying the journal to the filesystem before continuing with normal .B e2fsck @@ -293,7 +293,7 @@ Please include as much information as possible in your bug report. Ideally, include a complete transcript of the .B e2fsck run, so I can see exactly what error messages are displayed. If you -have a writeable filesystem where the transcript can be stored, the +have a writable filesystem where the transcript can be stored, the .BR script (1) program is a handy way to save the output of .B e2fsck diff --git a/misc/ChangeLog b/misc/ChangeLog index 19b34a1..6f8d9fc 100644 --- a/misc/ChangeLog +++ b/misc/ChangeLog @@ -1,3 +1,9 @@ +2005-04-16 Theodore Ts'o + + * badblocks.8.in, dumpe2fs.8.in, fsck.8.in, tune2fs.8.in: Fix + spelling mistakes in man pages. (Addresses Debian Bugs: + #304591, #304592, #304594, #304597) + 2005-04-09 Theodore Ts'o * filefrag.c (frag_report): Don't abort filefrag if diff --git a/misc/badblocks.8.in b/misc/badblocks.8.in index 78b8cb5..29bd348 100644 --- a/misc/badblocks.8.in +++ b/misc/badblocks.8.in @@ -85,7 +85,7 @@ is the number of blocks which are tested at a time. The default is 64. Normally, badblocks will refuse to do a read/write or a non-destructive test on a device which is mounted, since either can cause the system to potentially crash and/or damage the filesystem even if it is mounted -read-only. This can be overriden using the +read-only. This can be overridden using the .B \-f flag, but should almost never be used --- if you think you're smarter than the @@ -136,7 +136,7 @@ may either be a numeric value between 0 and ULONG_MAX-1 inclusive, or the word "random", which specifies that the block should be filled with a random bit pattern. For read/write (\fB-w\fR) and non-destructive (\fB-n\fR) modes, -one or more test patterns may be specified by specifiying the +one or more test patterns may be specified by specifying the .B -t option for each test pattern desired. For read-only mode only a single pattern may be specified and it may not be diff --git a/misc/dumpe2fs.8.in b/misc/dumpe2fs.8.in index e2dd5cf..6d57d23 100644 --- a/misc/dumpe2fs.8.in +++ b/misc/dumpe2fs.8.in @@ -39,14 +39,14 @@ use the block .I superblock when examining the filesystem. This option is not usually needed except by a filesystem wizard who -is examining the remains of a very badly corupted filesystem. +is examining the remains of a very badly corrupted filesystem. .TP .BI \-oB " blocksize" use blocks of .I blocksize bytes when examining the filesystem. This option is not usually needed except by a filesystem wizard who -is examining the remains of a very badly corupted filesystem. +is examining the remains of a very badly corrupted filesystem. .TP .B \-f force dumpe2fs to display a filesystem even though it may have some diff --git a/misc/fsck.8.in b/misc/fsck.8.in index 07696f5..c6babcc 100644 --- a/misc/fsck.8.in +++ b/misc/fsck.8.in @@ -185,7 +185,7 @@ Walk through the file and try to check all file systems in one run. This option is typically used from the .I /etc/rc -system initalization file, instead of multiple commands for checking +system initialization file, instead of multiple commands for checking a single file system. .sp The root filesystem will be checked first unless the diff --git a/misc/tune2fs.8.in b/misc/tune2fs.8.in index 6ef72c5..cd9cd08 100644 --- a/misc/tune2fs.8.in +++ b/misc/tune2fs.8.in @@ -290,7 +290,7 @@ Set the last-mounted directory for the filesystem. .TP .BR \-o " [^]\fImount-option\fR[,...]" Set or clear the indicated default mount options in the filesystem. -Default mount options can be overriden by mount options specified +Default mount options can be overridden by mount options specified either in .BR /etc/fstab (5) or on the command line arguments to @@ -316,7 +316,7 @@ Enable debugging code for this filesystem. Emulate BSD behaviour when creating new files: they will take the group-id of the directory in which they were created. The standard System V behaviour is the default, where newly created files take on the fsgid of the current -process, unless the directry has the setgid bit set, in which case it takes +process, unless the directory has the setgid bit set, in which case it takes the gid from the parent directory, and also gets the setgid bit set if it is directory itself. .TP -- 1.8.3.1