diff options
author | rwatson <rwatson@FreeBSD.org> | 2003-08-22 18:01:03 +0000 |
---|---|---|
committer | rwatson <rwatson@FreeBSD.org> | 2003-08-22 18:01:03 +0000 |
commit | aaad6435816489419bd2e94e89b3324d45783904 (patch) | |
tree | c136610b899ed1c578994b2fe2a773760e3f0792 /lib | |
parent | f1288cedd9116f262cb64c93b8d693a39a5ef073 (diff) | |
download | FreeBSD-src-aaad6435816489419bd2e94e89b3324d45783904.zip FreeBSD-src-aaad6435816489419bd2e94e89b3324d45783904.tar.gz |
Add HISTORY sections to the remaining MAC library man pages.
Obtained from: TrustedBSD Project
Sponsored by: DARPA, Network Associates Laboratories
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/posix1e/mac_free.3 | 6 | ||||
-rw-r--r-- | lib/libc/posix1e/mac_get.3 | 6 | ||||
-rw-r--r-- | lib/libc/posix1e/mac_is_present.3 | 6 | ||||
-rw-r--r-- | lib/libc/posix1e/mac_is_present_np.3 | 6 | ||||
-rw-r--r-- | lib/libc/posix1e/mac_set.3 | 6 | ||||
-rw-r--r-- | lib/libc/posix1e/mac_text.3 | 6 |
6 files changed, 36 insertions, 0 deletions
diff --git a/lib/libc/posix1e/mac_free.3 b/lib/libc/posix1e/mac_free.3 index 496e0b0..33ef9ec 100644 --- a/lib/libc/posix1e/mac_free.3 +++ b/lib/libc/posix1e/mac_free.3 @@ -74,6 +74,12 @@ To join this list, see the .Fx POSIX.1e implementation page for more information. +.Sh HISTORY +Support for Mandatory Access Control was introduced in +.Fx 5.0 +as part of the +.Tn TrustedBSD +Project. .Sh BUGS POSIX.1e specifies that .Fn mac_free diff --git a/lib/libc/posix1e/mac_get.3 b/lib/libc/posix1e/mac_get.3 index 6beb638..76a7c90 100644 --- a/lib/libc/posix1e/mac_get.3 +++ b/lib/libc/posix1e/mac_get.3 @@ -123,3 +123,9 @@ To join this list, see the .Fx POSIX.1e implementation page for more information. +.Sh HISTORY +Support for Mandatory Access Control was introduced in +.Fx 5.0 +as part of the +.Tn TrustedBSD +Project. diff --git a/lib/libc/posix1e/mac_is_present.3 b/lib/libc/posix1e/mac_is_present.3 index 4f9e0fe..6466488 100644 --- a/lib/libc/posix1e/mac_is_present.3 +++ b/lib/libc/posix1e/mac_is_present.3 @@ -79,3 +79,9 @@ Insufficient memory was available to allocate internal storage. .Xr mac_text 3 , .Xr mac 4 , .Xr mac 9 +.Sh HISTORY +Support for Mandatory Access Control was introduced in +.Fx 5.0 +as part of the +.Tn TrustedBSD +Project. diff --git a/lib/libc/posix1e/mac_is_present_np.3 b/lib/libc/posix1e/mac_is_present_np.3 index 4f9e0fe..6466488 100644 --- a/lib/libc/posix1e/mac_is_present_np.3 +++ b/lib/libc/posix1e/mac_is_present_np.3 @@ -79,3 +79,9 @@ Insufficient memory was available to allocate internal storage. .Xr mac_text 3 , .Xr mac 4 , .Xr mac 9 +.Sh HISTORY +Support for Mandatory Access Control was introduced in +.Fx 5.0 +as part of the +.Tn TrustedBSD +Project. diff --git a/lib/libc/posix1e/mac_set.3 b/lib/libc/posix1e/mac_set.3 index def3e93..f674adc 100644 --- a/lib/libc/posix1e/mac_set.3 +++ b/lib/libc/posix1e/mac_set.3 @@ -138,3 +138,9 @@ is not a directory. .Xr mac_text 3 , .Xr mac 4 , .Xr mac 9 +.Sh HISTORY +Support for Mandatory Access Control was introduced in +.Fx 5.0 +as part of the +.Tn TrustedBSD +Project. diff --git a/lib/libc/posix1e/mac_text.3 b/lib/libc/posix1e/mac_text.3 index 8ae64f9..56208d2 100644 --- a/lib/libc/posix1e/mac_text.3 +++ b/lib/libc/posix1e/mac_text.3 @@ -95,3 +95,9 @@ To join this list, see the .Fx POSIX.1e implementation page for more information. +.Sh HISTORY +Support for Mandatory Access Control was introduced in +.Fx 5.0 +as part of the +.Tn TrustedBSD +Project. |