aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZirong Lang <zlang@redhat.com>2017-05-03 14:54:26 -0500
committerEric Sandeen <sandeen@redhat.com>2017-05-03 14:54:26 -0500
commitc623a366527ad995e629c36bf3def017b7433da3 (patch)
tree2e333d8d23fcc7dcf8eccb5d3a7d8b7d581b07ba
parentced40f268d4e8323cda6afac3aa97e36c87d6c17 (diff)
downloadxfsprogs-dev-c623a366527ad995e629c36bf3def017b7433da3.tar.gz
xfs_io: add missed quotation marks in man page
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>
-rw-r--r--man/man8/xfs_io.810
1 files changed, 5 insertions, 5 deletions
diff --git a/man/man8/xfs_io.8 b/man/man8/xfs_io.8
index 7db7ffda52..29a036cded 100644
--- a/man/man8/xfs_io.8
+++ b/man/man8/xfs_io.8
@@ -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