From: Zirong Lang Date: Wed, 3 May 2017 19:54:26 +0000 (-0500) Subject: xfs_io: add missed quotation marks in man page X-Git-Tag: v4.11.0~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c623a366527ad995e629c36bf3def017b7433da3;p=thirdparty%2Fxfsprogs-dev.git 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 Reviewed-by: Darrick J. Wong Signed-off-by: Eric Sandeen --- diff --git a/man/man8/xfs_io.8 b/man/man8/xfs_io.8 index 7db7ffda5..29a036cde 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