diff options
author | rwatson <rwatson@FreeBSD.org> | 2000-06-04 21:23:20 +0000 |
---|---|---|
committer | rwatson <rwatson@FreeBSD.org> | 2000-06-04 21:23:20 +0000 |
commit | 4b16d857fd36e57040dab45304929a0ae76ced38 (patch) | |
tree | 450337d707243c25849244d23686d99622a97c11 /lib/libc/posix1e | |
parent | 1cb9ff52203e4bacfd1fe6b4ae1d88c17a731457 (diff) | |
download | FreeBSD-src-4b16d857fd36e57040dab45304929a0ae76ced38.zip FreeBSD-src-4b16d857fd36e57040dab45304929a0ae76ced38.tar.gz |
o Add posix1e(3) references to acl.3 and cap.3
Obtained from: TrustedBSD Project
Diffstat (limited to 'lib/libc/posix1e')
-rw-r--r-- | lib/libc/posix1e/acl.3 | 3 | ||||
-rw-r--r-- | lib/libc/posix1e/cap.3 | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/lib/libc/posix1e/acl.3 b/lib/libc/posix1e/acl.3 index 4005d26..cef2c12 100644 --- a/lib/libc/posix1e/acl.3 +++ b/lib/libc/posix1e/acl.3 @@ -161,7 +161,8 @@ use in the short term. .Xr acl_set 3 , .Xr acl_to_text 3 , .Xr acl_valid 3 , -.Xr acl 9 +.Xr acl 9 , +.Xr posix1e 3 .Sh STANDARDS POSIX.1e is described in IEEE POSIX.1e draft 17. Discussion of the draft continues on the cross-platform POSIX.1e implementation diff --git a/lib/libc/posix1e/cap.3 b/lib/libc/posix1e/cap.3 index b389c0a..b36aced 100644 --- a/lib/libc/posix1e/cap.3 +++ b/lib/libc/posix1e/cap.3 @@ -120,7 +120,8 @@ use in the short term. .Xr cap_init 3 , .Xr cap_set_flag 3 , .Xr cap_set_proc 3 , -.Xr cap 9 +.Xr cap 9 , +.Xr posix1e 3 .Sh STANDARDS POSIX.1e is described in IEEE POSIX.1e draft 17. Discussion of the draft continues on the cross-platform POSIX.1e implementation |