diff options
author | ngie <ngie@FreeBSD.org> | 2017-07-18 18:23:56 +0000 |
---|---|---|
committer | ngie <ngie@FreeBSD.org> | 2017-07-18 18:23:56 +0000 |
commit | 2a6317b0ca7e7d58abe669192006609c35b7dbc4 (patch) | |
tree | 866c7d23eba3a72b2863a0ca9d353616f34bdbb6 /lib/libc | |
parent | 33e598ba756af0db8702e4b3e62d24aa46074cf8 (diff) | |
download | FreeBSD-src-2a6317b0ca7e7d58abe669192006609c35b7dbc4.zip FreeBSD-src-2a6317b0ca7e7d58abe669192006609c35b7dbc4.tar.gz |
MFC r318704,r318708,r318709:
r318704:
posix1e(3): reference using the section (3) when referencing libbsm with .Xr
r318708:
acl_create_entry(3): separate .Nm entries with commas in SYNOPSIS
r318709:
acl_to_text(3): start sentences on new lines
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 76c14f3..5732672 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 08fec20..d6dcae0 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 02fb3ef..6cdbc87 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 , |