From 585545e1ee6288e2eafb02937b640301be4a1368 Mon Sep 17 00:00:00 2001 From: Theodore Ts'o Date: Sat, 14 Jul 2012 19:58:06 -0400 Subject: [PATCH] Fix spelling typo's in man pages for tune2fs and mke2fs Addresses-Debian-Bug: #680114 Signed-off-by: "Theodore Ts'o" --- e2fsck/e2fsck.8.in | 2 +- misc/tune2fs.8.in | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/e2fsck/e2fsck.8.in b/e2fsck/e2fsck.8.in index b59a270..f5ed758 100644 --- a/e2fsck/e2fsck.8.in +++ b/e2fsck/e2fsck.8.in @@ -201,7 +201,7 @@ filesystem check (discarding blocks is useful on solid state devices and sparse filesystem has been fully checked and only if it does not contain recognizable errors. However there might be cases where .B e2fsck -does not fully recognise a problem and hence in this case this +does not fully recognize a problem and hence in this case this option may prevent you from further manual data recovery. .TP .BI nodiscard diff --git a/misc/tune2fs.8.in b/misc/tune2fs.8.in index e77dde7..55c6dd9 100644 --- a/misc/tune2fs.8.in +++ b/misc/tune2fs.8.in @@ -103,8 +103,8 @@ program. .PP The .I device -specifer can either be a filename (i.e., /dev/sda1), or a LABEL or UUID -specifer: "\fBLABEL=\fIvolume-name\fR" or "\fBUUID=\fIuuid\fR". (i.e., +specifier can either be a filename (i.e., /dev/sda1), or a LABEL or UUID +specifier: "\fBLABEL=\fIvolume-name\fR" or "\fBUUID=\fIuuid\fR". (i.e., LABEL=home or UUID=e40486c6-84d5-4f2f-b99c-032281799c9d). .SH OPTIONS .TP @@ -432,8 +432,8 @@ The following mount options can be set or cleared using Enable debugging code for this filesystem. .TP .B bsdgroups -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 +Emulate BSD behavior when creating new files: they will take the group-id +of the directory in which they were created. The standard System V behavior is the default, where newly created files take on the fsgid of the current 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 @@ -481,7 +481,7 @@ currently only supported by the ext4 file system driver in 2.6.35+ kernels.) .TP .B discard -The file system will be mouinted with the discard mount option. This will +The file system will be mounted with the discard mount option. This will cause the file system driver to attempt to use the trim/discard feature of some storage devices (such as SSD's and thin-provisioned drives available in some enterprise storage arrays) to inform the storage @@ -521,7 +521,7 @@ Allow bitmaps and inode tables for a block group to be placed anywhere on the storage media. \fBTune2fs\fR will not reorganize the location of the inode tables and allocation bitmaps, as .BR mke2fs (8) -will do when it creates a freshly formated file system with +will do when it creates a freshly formatted file system with .B flex_bg enabled. .TP -- 1.8.3.1