summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony Sottile <asottile@umich.edu>2020-08-24 15:50:42 -0700
committerAndreas Gruenbacher <agruenba@redhat.com>2020-08-25 14:35:12 +0200
commite3c35dd9df33203b604e74d6e1e2219217ad5a2d (patch)
treec80ffab8afbcc41effc4b8b9d5ae8661828a1335
parent673324f70167a0eeb1ce872cbf674518c4558e4f (diff)
downloadacl-e3c35dd9df33203b604e74d6e1e2219217ad5a2d.tar.gz
Fix typo in getfacl(1) man page
Signed-off-by: Anthony Sottile <asottile@umich.edu>
-rw-r--r--man/man1/getfacl.12
1 files changed, 1 insertions, 1 deletions
diff --git a/man/man1/getfacl.1 b/man/man1/getfacl.1
index 7ce511f..cabb250 100644
--- a/man/man1/getfacl.1
+++ b/man/man1/getfacl.1
@@ -162,7 +162,7 @@ If the environment variable POSIXLY_CORRECT is defined, the default behavior of
option is given. If no command line parameter is given,
.I getfacl
behaves as if it was invoked as ``getfacl \-''.
-No flags comments indicating the setuid, setgit, and sticky bits are generated.
+No flags comments indicating the setuid, setgid, and sticky bits are generated.
.SH AUTHOR
Andreas Gruenbacher,
.RI < andreas.gruenbacher@gmail.com >.