diff options
| author | Enji Cooper <ngie@FreeBSD.org> | 2017-07-18 18:23:54 +0000 |
|---|---|---|
| committer | Enji Cooper <ngie@FreeBSD.org> | 2017-07-18 18:23:54 +0000 |
| commit | 8901362d02b1a8c603cba5f86e2db1a5cda9cbca (patch) | |
| tree | 632a1d63a3dafba080822707f10dd6188e86bfd5 /lib/libc | |
| parent | 22e0fb8795e9ea91d6c5c5c7116564ab5ea17d86 (diff) | |
Notes
Diffstat (limited to 'lib/libc')
| -rw-r--r-- | lib/libc/posix1e/acl_create_entry.3 | 2 | ||||
| -rw-r--r-- | lib/libc/posix1e/acl_to_text.3 | 5 | ||||
| -rw-r--r-- | lib/libc/posix1e/posix1e.3 | 2 |
3 files changed, 5 insertions, 4 deletions
diff --git a/lib/libc/posix1e/acl_create_entry.3 b/lib/libc/posix1e/acl_create_entry.3 index 784f6875cf9b6..2f2980cf608df 100644 --- a/lib/libc/posix1e/acl_create_entry.3 +++ b/lib/libc/posix1e/acl_create_entry.3 @@ -29,7 +29,7 @@ .Dt ACL_CREATE_ENTRY 3 .Os .Sh NAME -.Nm acl_create_entry +.Nm acl_create_entry , .Nm acl_create_entry_np .Nd create a new ACL entry .Sh LIBRARY diff --git a/lib/libc/posix1e/acl_to_text.3 b/lib/libc/posix1e/acl_to_text.3 index 08fec2005195d..d6dcae0232e22 100644 --- a/lib/libc/posix1e/acl_to_text.3 +++ b/lib/libc/posix1e/acl_to_text.3 @@ -58,8 +58,9 @@ including the NULL terminator) in the location pointed to by .Va len_p . If the ACL is POSIX.1e, the format of the text string returned by .Fn acl_to_text -shall be the POSIX.1e long ACL form. If the ACL is NFSv4, the format -of the text string shall be the compact form, unless the +shall be the POSIX.1e long ACL form. +If the ACL is NFSv4, the format of the text string shall be the compact form, unless +the .Va ACL_TEXT_VERBOSE flag is given. .Pp diff --git a/lib/libc/posix1e/posix1e.3 b/lib/libc/posix1e/posix1e.3 index 5487cb25bcf09..8311397aeb557 100644 --- a/lib/libc/posix1e/posix1e.3 +++ b/lib/libc/posix1e/posix1e.3 @@ -63,7 +63,7 @@ flow label APIs. However, .Fx does implement the -.Xr libbsm +.Xr libbsm 3 audit API. It also provides .Xr capsicum 4 , |
