]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commitdiff
xfs_io: add missed quotation marks in man page
authorZirong Lang <zlang@redhat.com>
Wed, 3 May 2017 19:54:26 +0000 (14:54 -0500)
committerEric Sandeen <sandeen@redhat.com>
Wed, 3 May 2017 19:54:26 +0000 (14:54 -0500)
The description about set_encpolicy command in xfs_io man page missed
some quotation marks. It's a little picky, but it really causes the
quotation marks can't match each other.

Signed-off-by: Zorro Lang <zlang@redhat.com>
Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com>
Signed-off-by: Eric Sandeen <sandeen@sandeen.net>
man/man8/xfs_io.8

index 7db7ffda52fd933931433dcb5fbc7246ffc2ec4f..29a036cded4adcbbcafb96214aec8fd5abbea624 100644 (file)
@@ -982,7 +982,7 @@ was specified on the command line, the maximum possible inode number in
 the system will be printed along with its size.
 .PD
 .TP
-.BI "set_encpolicy [ \-c " mode " ] [ \-n " mode " ] [ \-f " flags " ] [ \-v " version " ] [ " keydesc " ]
+.BI "set_encpolicy [ \-c " mode " ] [ \-n " mode " ] [ \-f " flags " ] [ \-v " version " ] [ " keydesc " ]"
 On filesystems that support encryption, assign an encryption policy to the
 current file.
 .I keydesc
@@ -991,16 +991,16 @@ If not specified, a "default" key descriptor of all 0's will be used.
 .RS 1.0i
 .PD 0
 .TP 0.4i
-.BI \-c " mode
+.BI \-c " mode"
 contents encryption mode (e.g. AES-256-XTS)
 .TP
-.BI \-n " mode
+.BI \-n " mode"
 filenames encryption mode (e.g. AES-256-CTS)
 .TP
-.BI \-f " flags
+.BI \-f " flags"
 policy flags (numeric)
 .TP
-.BI \-v " version
+.BI \-v " version"
 version of policy structure (numeric)
 .RE
 .PD