]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commitdiff
Fix spelling mistakes in man pages. (Addresses Debian Bugs: #304591,
authorTheodore Ts'o <tytso@mit.edu>
Sat, 16 Apr 2005 18:05:09 +0000 (14:05 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Sat, 16 Apr 2005 18:05:09 +0000 (14:05 -0400)
#304592, #304594, #304597, #304593)

e2fsck/ChangeLog
e2fsck/e2fsck.8.in
misc/ChangeLog
misc/badblocks.8.in
misc/dumpe2fs.8.in
misc/fsck.8.in
misc/tune2fs.8.in

index 75979ec9357fe14e9824caeb6d7dd4eb97d0ee30..7ecb7d17b0f83ff63ab3423d7f74d538db628e55 100644 (file)
@@ -1,3 +1,8 @@
+2005-04-16  Theodore Ts'o  <tytso@mit.edu>
+
+       * e2fsck.8.in: Fix spelling mistakes in man pages.  (Addresses
+               Debian Bugs: #304593)
+
 2005-04-14  Theodore Ts'o  <tytso@mit.edu>
 
        * pass1b.c (pass1d): Don't offer to clone or delete the resize
index 5fb125a1632f2948f8fb7b2872e8871baea43c08..477d349d86914be50ae64920154a2873bae31053 100644 (file)
@@ -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
index 19b34a1dab6c1ae137cd3f71ad0b20fec4a902c8..6f8d9fce9fdb284eb62706092063f4e61b03951a 100644 (file)
@@ -1,3 +1,9 @@
+2005-04-16  Theodore Ts'o  <tytso@mit.edu>
+
+       * 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  <tytso@mit.edu>
 
        * filefrag.c (frag_report): Don't abort filefrag if
index 78b8cb50f70f0d1007bbc8538ab7f54c293a0f06..29bd34879bd215f783512db7016f30bb0ceb8f2b 100644 (file)
@@ -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
index e2dd5cf8ae200df6049a0ad42ab0dfcab21409d3..6d57d23ff7ccbc7c2c4ae19710dffdd8b4d15fa0 100644 (file)
@@ -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 
index 07696f58e180cfdb5d0edeb07bf9b40ead358252..c6babcc615d3154c1dd0c03f4396cadbd2a7992e 100644 (file)
@@ -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
index 6ef72c5bb7eb6a47ff19a9a17ac4e71e977d37f4..cd9cd0857605fb1f9301a29ed5f4814e824e9382 100644 (file)
@@ -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