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@xxxxxxxxx>
Date:
11/22/22, 8:45 PM
To:
Steve Dickson <steved@xxxxxxxxxx>
CC:
Linux NFS Mailing list <linux-nfs@xxxxxxxxxxxxxxx>, Yongcheng Yang
<yongcheng.yang@xxxxxxxxx>
Signed-off-by: Yongcheng Yang<yongcheng.yang@xxxxxxxxx>
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