2022-11-23 01:49:02

by Yongcheng Yang

[permalink] [raw]
Subject: [PATCH] nfs4_setfacl: man page example should use the new option index

Signed-off-by: Yongcheng Yang <[email protected]>
---
man/man1/nfs4_setfacl.1 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/man/man1/nfs4_setfacl.1 b/man/man1/nfs4_setfacl.1
index 61699ae..c4b4dbb 100644
--- a/man/man1/nfs4_setfacl.1
+++ b/man/man1/nfs4_setfacl.1
@@ -210,7 +210,7 @@ named `newacl.txt':
.IP - 2
delete the first ACE, but only print the resulting ACL (does not save changes):
.br
- $ nfs4_setfacl --test -x 1 foo
+ $ nfs4_setfacl --test -x -i 1 foo
.IP - 2
delete the last two ACEs above:
.br
--
2.31.1


2022-12-05 20:46:48

by Steve Dickson

[permalink] [raw]
Subject: Re: [PATCH] nfs4_setfacl: man page example should use the new option index



On 11/22/22 8:45 PM, Yongcheng Yang wrote:
> Subject:
> [PATCH] nfs4_setfacl: man page example should use the new option index
> From:
> Yongcheng Yang <[email protected]>
> Date:
> 11/22/22, 8:45 PM
>
> To:
> Steve Dickson <[email protected]>
> CC:
> Linux NFS Mailing list <[email protected]>, Yongcheng Yang
> <[email protected]>
>
>
> Signed-off-by: Yongcheng Yang<[email protected]>
Committed... a while ago! :-)

steved.

> ---
> man/man1/nfs4_setfacl.1 | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/man/man1/nfs4_setfacl.1 b/man/man1/nfs4_setfacl.1
> index 61699ae..c4b4dbb 100644
> --- a/man/man1/nfs4_setfacl.1
> +++ b/man/man1/nfs4_setfacl.1
> @@ -210,7 +210,7 @@ named `newacl.txt':
> .IP - 2
> delete the first ACE, but only print the resulting ACL (does not save changes):
> .br
> - $ nfs4_setfacl --test -x 1 foo
> + $ nfs4_setfacl --test -x -i 1 foo
> .IP - 2
> delete the last two ACEs above:
> .br
> -- 2.31.1
>