diff options
author | ru <ru@FreeBSD.org> | 2003-02-23 01:43:45 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2003-02-23 01:43:45 +0000 |
commit | 0fe24b2245618d04a453ebf90aba70d9556c6de6 (patch) | |
tree | e9d38acf9054fb9e3f3a14a1ba35e6edf338cc14 | |
parent | c2c662486426c16349ee72c95a9de91bc295f600 (diff) | |
download | FreeBSD-src-0fe24b2245618d04a453ebf90aba70d9556c6de6.zip FreeBSD-src-0fe24b2245618d04a453ebf90aba70d9556c6de6.tar.gz |
Grammar.
-rw-r--r-- | bin/getfacl/getfacl.1 | 2 | ||||
-rw-r--r-- | lib/libc/posix1e/acl_get.3 | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/bin/getfacl/getfacl.1 b/bin/getfacl/getfacl.1 index 16faf77..a5320e2 100644 --- a/bin/getfacl/getfacl.1 +++ b/bin/getfacl/getfacl.1 @@ -63,7 +63,7 @@ An error is generated if a default ACL cannot be associated with .Ar file . .It Fl h If the target of the operation is a symbolic link, return the ACL from -the symbol link itself rather than following the link. +the symbolic link itself rather than following the link. .El .Pp The following operand is available: diff --git a/lib/libc/posix1e/acl_get.3 b/lib/libc/posix1e/acl_get.3 index 0899bf3..25ead88 100644 --- a/lib/libc/posix1e/acl_get.3 +++ b/lib/libc/posix1e/acl_get.3 @@ -54,6 +54,7 @@ The .Fn acl_get_fd , .Fn acl_get_file , .Fn acl_get_link_np , +and .Fn acl_get_fd_np each allow the retrieval of an ACL from a file. The |