diff options
author | trasz <trasz@FreeBSD.org> | 2009-06-25 16:34:29 +0000 |
---|---|---|
committer | trasz <trasz@FreeBSD.org> | 2009-06-25 16:34:29 +0000 |
commit | 07492aedb8a9805aa9b5287012a05ac498d59d7b (patch) | |
tree | 4576e3d3882aa99fa6b7d0152e6f129a10d4aaf3 /lib/libc | |
parent | c47a69b0adb31f67aa1e738f5142fe7f51daad69 (diff) | |
download | FreeBSD-src-07492aedb8a9805aa9b5287012a05ac498d59d7b.zip FreeBSD-src-07492aedb8a9805aa9b5287012a05ac498d59d7b.tar.gz |
Manual page tweaks.
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/posix1e/acl.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/posix1e/acl.3 b/lib/libc/posix1e/acl.3 index 1db33f6..717df67 100644 --- a/lib/libc/posix1e/acl.3 +++ b/lib/libc/posix1e/acl.3 @@ -130,7 +130,7 @@ and may be used to free userland working ACL storage. This function is described in .Xr acl_from_text 3 , and may be used to convert a text-form ACL into working ACL state, if -the ACL has POSIX.1e semantics. +the ACL has POSIX.1e or NFSv4 semantics. .It Fn acl_get_entry This function is described in .Xr acl_get_entry 3 , @@ -211,7 +211,7 @@ and may be used to remove extended entries from an ACL. .Xc These functions are described in .Xr acl_to_text 3 , -and may be used to generate a text-form of a POSIX.1e semantics ACL. +and may be used to generate a text-form of a POSIX.1e or NFSv4 semantics ACL. .It Xo .Fn acl_valid , .Fn acl_valid_fd_np , |