summaryrefslogtreecommitdiffstats
path: root/sys-utils/fsfreeze.8
diff options
context:
space:
mode:
authorBenno Schulenberg2013-10-14 21:34:39 +0200
committerKarel Zak2013-10-15 10:28:30 +0200
commitb4362b6f849fd9a94e497927d513716dc09a9cd0 (patch)
tree36a260e035d9525a75ddc0b874f46a55879e8000 /sys-utils/fsfreeze.8
parentdocs: format, grammarize, and standardize the wall man page (diff)
downloadkernel-qcow2-util-linux-b4362b6f849fd9a94e497927d513716dc09a9cd0.tar.gz
kernel-qcow2-util-linux-b4362b6f849fd9a94e497927d513716dc09a9cd0.tar.xz
kernel-qcow2-util-linux-b4362b6f849fd9a94e497927d513716dc09a9cd0.zip
docs: standardize the phrases for --help and --version in all man pages
Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
Diffstat (limited to 'sys-utils/fsfreeze.8')
-rw-r--r--sys-utils/fsfreeze.84
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-utils/fsfreeze.8 b/sys-utils/fsfreeze.8
index df161462c..f57bbd7d0 100644
--- a/sys-utils/fsfreeze.8
+++ b/sys-utils/fsfreeze.8
@@ -39,7 +39,7 @@ the traditional atime semantics (mount option strictatime, for more details see
.SH OPTIONS
.IP "\fB\-h, \-\-help\fP"
-Print help and exit.
+Display help text and exit.
.IP "\fB\-f, \-\-freeze\fP"
This option requests the specified a filesystem to be frozen from new
modifications. When this is selected, all ongoing transactions in the
@@ -57,7 +57,7 @@ This option is used to un-freeze the filesystem and allow operations to
continue. Any filesystem modifications that were blocked by the freeze are
unblocked and allowed to complete.
.IP "\fB\-V, \-\-version\fP"
-Show version number and exit.
+Display version information and exit.
.SH AUTHOR
.PP
Written by Hajime Taira.