* [PATCH v2 2/2] xfs_io: add missed quotation marks in man page
@ 2017-04-24 5:33 Zorro Lang
2017-05-02 23:16 ` Darrick J. Wong
0 siblings, 1 reply; 2+ messages in thread
From: Zorro Lang @ 2017-04-24 5:33 UTC (permalink / raw)
To: linux-xfs
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>
---
Hi,
Actually this's the first version for this patch, I hit this problem
when I tried to add "inode" command under "set_encpolicy" command.
That missed quotation marks always break the format which I used to
describe the "inode" command, so I have to do this change with that
inode command patch together.
Thanks,
Zorro
man/man8/xfs_io.8 | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/man/man8/xfs_io.8 b/man/man8/xfs_io.8
index a7c2a1e..a686ef5 100644
--- a/man/man8/xfs_io.8
+++ b/man/man8/xfs_io.8
@@ -949,7 +949,7 @@ was specified on the commandline, 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
@@ -958,16 +958,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
--
2.7.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH v2 2/2] xfs_io: add missed quotation marks in man page
2017-04-24 5:33 [PATCH v2 2/2] xfs_io: add missed quotation marks in man page Zorro Lang
@ 2017-05-02 23:16 ` Darrick J. Wong
0 siblings, 0 replies; 2+ messages in thread
From: Darrick J. Wong @ 2017-05-02 23:16 UTC (permalink / raw)
To: Zorro Lang; +Cc: linux-xfs
On Mon, Apr 24, 2017 at 01:33:20PM +0800, Zorro Lang wrote:
> 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>
> ---
>
> Hi,
>
> Actually this's the first version for this patch, I hit this problem
> when I tried to add "inode" command under "set_encpolicy" command.
>
> That missed quotation marks always break the format which I used to
> describe the "inode" command, so I have to do this change with that
> inode command patch together.
/me hates looking at nroff, but I think this looks ok....
Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com>
--D
>
> Thanks,
> Zorro
>
> man/man8/xfs_io.8 | 10 +++++-----
> 1 file changed, 5 insertions(+), 5 deletions(-)
>
> diff --git a/man/man8/xfs_io.8 b/man/man8/xfs_io.8
> index a7c2a1e..a686ef5 100644
> --- a/man/man8/xfs_io.8
> +++ b/man/man8/xfs_io.8
> @@ -949,7 +949,7 @@ was specified on the commandline, 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
> @@ -958,16 +958,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
> --
> 2.7.4
>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-xfs" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2017-05-02 23:16 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-04-24 5:33 [PATCH v2 2/2] xfs_io: add missed quotation marks in man page Zorro Lang
2017-05-02 23:16 ` Darrick J. Wong
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).