summaryrefslogtreecommitdiffstats
path: root/lib/libc/posix1e
diff options
context:
space:
mode:
authorcharnier <charnier@FreeBSD.org>2003-02-06 11:04:47 +0000
committercharnier <charnier@FreeBSD.org>2003-02-06 11:04:47 +0000
commit670dc7ec9e1fcc81daf91cffc68795e303560b63 (patch)
tree4398da2631a166f1427319a2ad4058adc32490c7 /lib/libc/posix1e
parent205fd17b03320167a327ac54db62751ff0ecec46 (diff)
downloadFreeBSD-src-670dc7ec9e1fcc81daf91cffc68795e303560b63.zip
FreeBSD-src-670dc7ec9e1fcc81daf91cffc68795e303560b63.tar.gz
The .Fn function
Diffstat (limited to 'lib/libc/posix1e')
-rw-r--r--lib/libc/posix1e/acl.35
-rw-r--r--lib/libc/posix1e/acl_get.33
-rw-r--r--lib/libc/posix1e/acl_set.39
3 files changed, 11 insertions, 6 deletions
diff --git a/lib/libc/posix1e/acl.3 b/lib/libc/posix1e/acl.3
index 966f4d1..1c824d0 100644
--- a/lib/libc/posix1e/acl.3
+++ b/lib/libc/posix1e/acl.3
@@ -234,10 +234,11 @@ POSIX.1e support was introduced in
was the first version to include a complete ACL implementation based
on extended attributes for the UFS and UFS2 file systems.
.Pp
+The
.Xr getfacl 1
and
.Xr setfacl 1
-describe the user tools that permit direct manipulation of complete file
-ACLs.
+utilities describe the user tools that permit direct manipulation of complete
+file ACLs.
.Sh AUTHORS
.An Robert N M Watson
diff --git a/lib/libc/posix1e/acl_get.3 b/lib/libc/posix1e/acl_get.3
index e39c0a4..0899bf3 100644
--- a/lib/libc/posix1e/acl_get.3
+++ b/lib/libc/posix1e/acl_get.3
@@ -67,8 +67,9 @@ function
is a non-portable form of
.Fn acl_get_fd
that allows the retrieval of any type of ACL from a file descriptor.
+The
.Fn acl_get_file
-is a POSIX.1e call that allows the retrieval of a
+function is a POSIX.1e call that allows the retrieval of a
specified type of ACL from a file by name;
.Fn acl_get_link_np
is a non-portable variation on
diff --git a/lib/libc/posix1e/acl_set.3 b/lib/libc/posix1e/acl_set.3
index 6a1c39b..72fdd41 100644
--- a/lib/libc/posix1e/acl_set.3
+++ b/lib/libc/posix1e/acl_set.3
@@ -60,17 +60,20 @@ each associate an ACL with an object referred to by
.Va fd
or
.Va path_p .
+The
.Fn acl_set_fd_np
and
.Fn acl_set_link_np
-are not POSIX.1e calls.
+functions are not POSIX.1e calls.
+The
.Fn acl_set_fd
-allows only the setting of ACLs of type ACL_TYPE_ACCESS
+function allows only the setting of ACLs of type ACL_TYPE_ACCESS
where as
.Fn acl_set_fd_np
allows the setting of ACLs of any type.
+The
.Fn acl_set_link_np
-acts on a symlink rather than its target, if the target of the
+function acts on a symlink rather than its target, if the target of the
path is a symlink.
.Sh IMPLEMENTATION NOTES
.Fx Ns 's
OpenPOWER on IntegriCloud