From 711d3846a03d97a340b261f7524b83ec09c7cbe3 Mon Sep 17 00:00:00 2001 From: Theodore Ts'o Date: Sun, 7 Sep 2008 14:08:40 -0400 Subject: [PATCH] Fix various spelling mistakes in various man pages Thanks to A. Costa for pointing these out. Addresses-Debian-Bug: #498100 Addresses-Debian-Bug: #498101 Addresses-Debian-Bug: #498102 Addresses-Debian-Bug: #498103 Signed-off-by: "Theodore Ts'o" --- debugfs/debugfs.8.in | 6 +++--- misc/mke2fs.8.in | 2 +- misc/mke2fs.conf.5.in | 8 ++++---- misc/tune2fs.8.in | 2 +- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/debugfs/debugfs.8.in b/debugfs/debugfs.8.in index a6ca838..89a9b88 100644 --- a/debugfs/debugfs.8.in +++ b/debugfs/debugfs.8.in @@ -176,7 +176,7 @@ Close the currently open file system. Clear the contents of the inode .IR file . .TP -.I dump [-p] filspec out_file +.I dump [-p] filespec out_file Dump the contents of the inode .I filespec to the output file @@ -320,7 +320,7 @@ The .I \-p flag will list the files in a format which is more easily parsable by scripts, as well as making it more clear when there are spaces or other -non-prinitng characters at the end of filenames. +non-printing characters at the end of filenames. .TP .I modify_inode filespec Modify the contents of the inode structure in the inode @@ -471,7 +471,7 @@ pass, use the debugfs command to link the inode to the destination pathname, or use .B e2fsck to check the filesystem and link all of the recovered inodes to the -lost+found dirctory. +lost+found directory. .TP .I unlink pathname Remove the link specified by diff --git a/misc/mke2fs.8.in b/misc/mke2fs.8.in index 22d27c8..5f75a3c 100644 --- a/misc/mke2fs.8.in +++ b/misc/mke2fs.8.in @@ -494,7 +494,7 @@ large files. Create a filesystem without initializing all of the block groups. This feature also enables checksums and highest-inode-used statistics in each blockgroup. This feature can -speed up filesystem creation time noticably (if lazy_itable_init is +speed up filesystem creation time noticeably (if lazy_itable_init is enabled), and can also reduce .BR e2fsck time dramatically. It is only supported by the ext4 filesystem in diff --git a/misc/mke2fs.conf.5.in b/misc/mke2fs.conf.5.in index 692afc6..c1b54f7 100644 --- a/misc/mke2fs.conf.5.in +++ b/misc/mke2fs.conf.5.in @@ -159,9 +159,9 @@ inode size. .TP .I undo_dir This relation specifies the directory where the undo file should be -stored. It can be overriden via the +stored. It can be overridden via the .B E2FSPROGS_UNDO_DIR -environemnt variable. If the directory location is set to the value +environment variable. If the directory location is set to the value .IR none , .B mke2fs will not create an undo file. @@ -248,7 +248,7 @@ usage type of This results in an fs_types list of "ext4, floppy". Both the ext4 subsection and the floppy subsection define an .I inode_size -relation, but since the later entries in the fs_types list supercede +relation, but since the later entries in the fs_types list supersede earlier ones, the configuration parameter for fs_types.floppy.inode_size will be used, so the filesystem will have an inode size of 128. .P @@ -315,7 +315,7 @@ enabled, the inode table will not fully initialized by .BR mke2fs (8). This speeds up filesystem -initialization noitceably, but it requires the kernel to finish +initialization noticeably, but it requires the kernel to finish initializing the filesystem in the background when the filesystem is first mounted. .TP diff --git a/misc/tune2fs.8.in b/misc/tune2fs.8.in index 9abd898..5c667f9 100644 --- a/misc/tune2fs.8.in +++ b/misc/tune2fs.8.in @@ -161,7 +161,7 @@ filesystem blocks. This is the number of blocks read or written to disk before moving to next disk. This mostly affects placement of filesystem metadata like bitmaps at .BR mke2fs (2) -time to avoid placing them on a single disk, which can hurt the performanace. +time to avoid placing them on a single disk, which can hurt the performance. It may also be used by block allocator. .TP .BI stripe_width= stripe-width -- 1.8.3.1