diff mbox series

nfs4_setfacl: man page example should use the new option index

Message ID 20221123014550.525927-1-yongcheng.yang@gmail.com (mailing list archive)
State New, archived
Headers show
Series nfs4_setfacl: man page example should use the new option index | expand

Commit Message

Yongcheng Yang Nov. 23, 2022, 1:45 a.m. UTC
Signed-off-by: Yongcheng Yang <yongcheng.yang@gmail.com>
---
 man/man1/nfs4_setfacl.1 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Steve Dickson Dec. 5, 2022, 8:22 p.m. UTC | #1
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 <yongcheng.yang@gmail.com>
> Date:
> 11/22/22, 8:45 PM
> 
> To:
> Steve Dickson <steved@redhat.com>
> CC:
> Linux NFS Mailing list <linux-nfs@vger.kernel.org>, Yongcheng Yang 
> <yongcheng.yang@gmail.com>
> 
> 
> Signed-off-by: Yongcheng Yang<yongcheng.yang@gmail.com>
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
>
diff mbox series

Patch

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