]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commitdiff
xfsprogs: manpage spelling fixes
authorEric Sandeen <sandeen@sandeen.net>
Thu, 25 Apr 2013 14:12:08 +0000 (14:12 +0000)
committerRich Johnston <rjohnston@sgi.com>
Thu, 25 Apr 2013 15:03:46 +0000 (10:03 -0500)
Fix several spelling errors in xfsprogs manpages.

Signed-off-by: Eric Sandeen <sandeen@redhat.com>
Reviewed-by: Rich Johnston <rjohnston@sgi.com>
Signed-off-by: Rich Johnston <rjohnston@sgi.com>
man/man5/projects.5
man/man8/mkfs.xfs.8
man/man8/xfs_db.8
man/man8/xfs_mdrestore.8
man/man8/xfs_quota.8
man/man8/xfs_repair.8

index d8fb56dfffa71d7f5251d84664202ca1d35400ab..6845540314406040fac96cf0de88d801c9f618a4 100644 (file)
@@ -1,6 +1,6 @@
 .TH projects 5
 .SH NAME
-projects \- persistent project root defintion
+projects \- persistent project root definition
 .SH DESCRIPTION
 The
 .I /etc/projects
index fa5215205d6b100c342360d396ba4ea382e6ec65..f707881e4873badbd0404a68634f364ebea6e103 100644 (file)
@@ -279,7 +279,7 @@ with
 .BR log= ,
 or as the number fitting in a filesystem block with
 .BR perblock= .
-The mininum (and default)
+The minimum (and default)
 .I value
 is 256 bytes.
 The maximum
@@ -297,7 +297,7 @@ so if no inode size is given on the command line,
 .B mkfs.xfs
 will attempt to choose a size
 such that inode numbers will be < 32 bits.  If an inode size
-is specified, or if a filesystem is sufficently large,
+is specified, or if a filesystem is sufficiently large,
 .B mkfs.xfs
 will warn if this will create inode numbers > 32 significant
 bits.
@@ -450,7 +450,7 @@ suboption is specified.
 This changes the method of logging various persistent counters
 in the superblock.  Under metadata intensive workloads, these
 counters are updated and logged frequently enough that the superblock
-updates become a serialisation point in the filesystem. The
+updates become a serialization point in the filesystem. The
 .I value
 can be either 0 or 1.
 .IP
index 17ac6018f2fc626292b0b69fe810ac301901d7ee..05586714e08524ff74ef420befb90e49a2dfed28 100644 (file)
@@ -64,7 +64,7 @@ and
 Allows execution on a mounted filesystem, provided it is mounted read-only.
 Useful for shell scripts such as
 .BR xfs_check (8),
-which must only operate on filesystems in a guarenteed consistent state
+which must only operate on filesystems in a guaranteed consistent state
 (either unmounted or mounted read-only). These semantics are slightly
 different to that of the
 .B -r
@@ -960,12 +960,12 @@ and
 (1 if the extent is unwritten).
 .TP
 .B keys
-[nonleaf blocks only] array of key records. These are the first key
+[non-leaf blocks only] array of key records. These are the first key
 value of each block in the level below this one. Each record contains
 .BR startoff .
 .TP
 .B ptrs
-[nonleaf blocks only] array of child block pointers.
+[non-leaf blocks only] array of child block pointers.
 Each pointer is a filesystem block number to the next level in the Btree.
 .PD
 .RE
@@ -975,7 +975,7 @@ There is one set of filesystem blocks forming the by-block-number
 allocation Btree for each allocation group. The root block of this
 Btree is designated by the
 .B bnoroot
-field in the coresponding AGF block.
+field in the corresponding AGF block.
 The blocks are linked to sibling left and right blocks at each level,
 as well as by pointers from parent to child blocks.
 Each block has the following fields:
@@ -1004,14 +1004,14 @@ and
 .BR blockcount .
 .TP
 .B keys
-[nonleaf blocks only] array of key records. These are the first value
+[non-leaf blocks only] array of key records. These are the first value
 of each block in the level below this one. Each record contains
 .B startblock
 and
 .BR blockcount .
 .TP
 .B ptrs
-[nonleaf blocks only] array of child block pointers. Each pointer is a
+[non-leaf blocks only] array of child block pointers. Each pointer is a
 block number within the allocation group to the next level in the Btree.
 .PD
 .RE
@@ -1021,7 +1021,7 @@ There is one set of filesystem blocks forming the by-block-count
 allocation Btree for each allocation group. The root block of this
 Btree is designated by the
 .B cntroot
-field in the coresponding AGF block. The blocks are linked to sibling
+field in the corresponding AGF block. The blocks are linked to sibling
 left and right blocks at each level, as well as by pointers from parent
 to child blocks. Each block has the following fields:
 .RS 1.4i
@@ -1049,14 +1049,14 @@ and
 .BR blockcount .
 .TP
 .B keys
-[nonleaf blocks only] array of key records. These are the first value
+[non-leaf blocks only] array of key records. These are the first value
 of each block in the level below this one. Each record contains
 .B blockcount
 and
 .BR startblock .
 .TP
 .B ptrs
-[nonleaf blocks only] array of child block pointers. Each pointer is a
+[non-leaf blocks only] array of child block pointers. Each pointer is a
 block number within the allocation group to the next level in the Btree.
 .PD
 .RE
@@ -1368,7 +1368,7 @@ number of warnings issued about realtime block limit violations.
 There is one set of filesystem blocks forming the inode allocation Btree for
 each allocation group. The root block of this Btree is designated by the
 .B root
-field in the coresponding AGI block.
+field in the corresponding AGI block.
 The blocks are linked to sibling left and right blocks at each level,
 as well as by pointers from parent to child blocks.
 Each block has the following fields:
@@ -1400,12 +1400,12 @@ count of free inodes in this chunk, and
 bitmap, LSB corresponds to inode 0.
 .TP
 .B keys
-[nonleaf blocks only] array of key records. These are the first value of each
+[non-leaf blocks only] array of key records. These are the first value of each
 block in the level below this one. Each record contains
 .BR startino .
 .TP
 .B ptrs
-[nonleaf blocks only] array of child block pointers. Each pointer is a
+[non-leaf blocks only] array of child block pointers. Each pointer is a
 block number within the allocation group to the next level in the Btree.
 .PD
 .RE
index a7d2b68d288c77933c579d726085d1e49e570703..7b9ba8924e8b83502d1cce81cec85b56edc5e947 100644 (file)
@@ -16,7 +16,7 @@ to a filesystem. The
 .I source
 argument specifies the location of the metadump image and the
 .I target
-argument specifies the destination for the filsystem image.
+argument specifies the destination for the filesystem image.
 If the
 .I source
 is \-, then the metadata image is read from stdin. This allows the output of
index f3b54cccdb9efcc3423f33f2aaf500b8f5c9e0bb..9327feb06f6697db3b54a7ac7241a8d02aad5667 100644 (file)
@@ -623,7 +623,7 @@ can be used to limit recursion level (\-1 is infinite, 0 is top level only,
 1 is first level ... ).
 Option
 .B \-p
-adds posibility to specify project paths in command line without a need
+adds possibility to specify project paths in command line without a need
 for
 .I /etc/projects
 to exist. Note that if projects file exists then it is also used.
index 57c97da032dccc05d1bdc122f101d46a0df0f7a2..7b296ba09314f83b51912388d0cdd1c0c737296d 100644 (file)
@@ -170,7 +170,7 @@ Verbose output.
 Repair dangerously. Allow
 .B xfs_repair
 to repair an XFS filesystem mounted read only. This is typically done
-on a root fileystem from single user mode, immediately followed by a reboot.
+on a root filesystem from single user mode, immediately followed by a reboot.
 .TP
 .B \-V
 Prints out the current version number and exits.
@@ -239,7 +239,7 @@ The name assigned is the inode number.
 aborts on most disk I/O errors. Therefore, if you are trying
 to repair a filesystem that was damaged due to a disk drive failure,
 steps should be taken to ensure that all blocks in the filesystem are
-readable and writeable before attempting to use
+readable and writable before attempting to use
 .B xfs_repair
 to repair the filesystem. A possible method is using
 .BR dd (8)