diff options
author | chris <chris@FreeBSD.org> | 2003-01-15 00:45:31 +0000 |
---|---|---|
committer | chris <chris@FreeBSD.org> | 2003-01-15 00:45:31 +0000 |
commit | 200d3a3d43a363fd0938b638a20c45aedbaaa282 (patch) | |
tree | 10d856fe2479d71b930643fe2d10144050994175 /lib/libc/posix1e/mac_set.3 | |
parent | 58aec33c2a91fe2ff0ac9db120a81529e290c126 (diff) | |
download | FreeBSD-src-200d3a3d43a363fd0938b638a20c45aedbaaa282.zip FreeBSD-src-200d3a3d43a363fd0938b638a20c45aedbaaa282.tar.gz |
o Document mac_prepare() and associated functions
o Link mac_get_pid.3 to mac_get.3
o Update SEE ALSO to refer to mac_prepare, and added missing references
o Remove clause #3 on my work
o Update mac_get.3 for the updated MAC API
Sponsored by: DARPA, Network Associates Laboratories
Obtained from: TrustedBSD Project
Diffstat (limited to 'lib/libc/posix1e/mac_set.3')
-rw-r--r-- | lib/libc/posix1e/mac_set.3 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libc/posix1e/mac_set.3 b/lib/libc/posix1e/mac_set.3 index 3f15726..34e1b34 100644 --- a/lib/libc/posix1e/mac_set.3 +++ b/lib/libc/posix1e/mac_set.3 @@ -85,7 +85,7 @@ and its effective user ID is equal to the owner of the file, or has appropriate privileges. .Sh RETURN VALUES -.Rv -std mac_set_fd mac_set_file mac_set_proc +.Rv -std mac_set_fd mac_set_file mac_set_link mac_set_proc .Sh ERRORS .Bl -tag -width Er .It Bq Er EACCES @@ -133,4 +133,6 @@ is not a directory. .Xr mac 3 , .Xr mac_free 3 , .Xr mac_get 3 , +.Xr mac_is_present_np 3 , +.Xr mac_prepare 3 , .Xr mac_text 3 |