summaryrefslogtreecommitdiff
path: root/lib/libc
diff options
context:
space:
mode:
authorRobert Watson <rwatson@FreeBSD.org>2002-11-08 15:01:28 +0000
committerRobert Watson <rwatson@FreeBSD.org>2002-11-08 15:01:28 +0000
commit963b8cdcc8aa0aa91537e0410921d9fe1eaea630 (patch)
tree7b6b836897f1e026c255021939cf67860ef98b21 /lib/libc
parentca5028328a4c97b21de01fa9f85849e084e1b15c (diff)
Notes
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/posix1e/acl.316
1 files changed, 10 insertions, 6 deletions
diff --git a/lib/libc/posix1e/acl.3 b/lib/libc/posix1e/acl.3
index 6ce643166db1..fa5caebe7918 100644
--- a/lib/libc/posix1e/acl.3
+++ b/lib/libc/posix1e/acl.3
@@ -1,5 +1,5 @@
.\"-
-.\" Copyright (c) 2000, 2001 Robert N. M. Watson
+.\" Copyright (c) 2000, 2001, 2002 Robert N. M. Watson
.\" All rights reserved.
.\"
.\" Redistribution and use in source and binary forms, with or without
@@ -179,11 +179,9 @@ The syscalls between the internal interfaces and the public library
routines may change over time, and as such are not documented.
They are not intended to be called directly without going through the
library.
-.Sh IMPLEMENTATION NOTES
-.Fx Ns 's
-support for POSIX.1e interfaces and features is still under
-development at this time.
.Sh SEE ALSO
+.Xr getfacl 1 ,
+.Xr setfacl 1 ,
.Xr acl_add_perm 3 ,
.Xr acl_calc_mask 3 ,
.Xr acl_clear_perms 3 ,
@@ -227,6 +225,12 @@ POSIX.1e support was introduced in
.Fx 4.0 ;
.Fx 5.0
was the first version to include a complete ACL implementation based
-on extended attributes.
+on extended attributes for the UFS and UFS2 file systems.
+.Pp
+.Xr getfacl 1
+and
+.Xr setfacl 1
+describe the user tools that permit direct manipulation of complete file
+ACLs.
.Sh AUTHORS
.An Robert N M Watson