summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorngie <ngie@FreeBSD.org>2017-07-18 18:23:54 +0000
committerngie <ngie@FreeBSD.org>2017-07-18 18:23:54 +0000
commit7c8456b8f62b08f38f8c35d5fd255087d054c6ad (patch)
tree632a1d63a3dafba080822707f10dd6188e86bfd5 /lib
parent4d6470b01484e96a6f84ebeb6f4874dc82bb2391 (diff)
downloadFreeBSD-src-7c8456b8f62b08f38f8c35d5fd255087d054c6ad.zip
FreeBSD-src-7c8456b8f62b08f38f8c35d5fd255087d054c6ad.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')
-rw-r--r--lib/libc/posix1e/acl_create_entry.32
-rw-r--r--lib/libc/posix1e/acl_to_text.35
-rw-r--r--lib/libc/posix1e/posix1e.32
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 784f687..2f2980c 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 5487cb2..8311397 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 ,
OpenPOWER on IntegriCloud