diff options
author | rwatson <rwatson@FreeBSD.org> | 2000-07-05 03:30:32 +0000 |
---|---|---|
committer | rwatson <rwatson@FreeBSD.org> | 2000-07-05 03:30:32 +0000 |
commit | 693177f07aa4efc30e1f64be7146a1c93e52702c (patch) | |
tree | 9a0886a3fae0b21db73392a9b476c1a1cdd3f284 /lib | |
parent | d248c0293a4942003e606154bf4dd3b7b1f7c605 (diff) | |
download | FreeBSD-src-693177f07aa4efc30e1f64be7146a1c93e52702c.zip FreeBSD-src-693177f07aa4efc30e1f64be7146a1c93e52702c.tar.gz |
o Comment out <sys/audit.h> and <sys/mac.h> since they are not yet
committed
Obtained from: TrustedBSD Project
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/posix1e/posix1e.3 | 4 | ||||
-rw-r--r-- | lib/libposix1e/posix1e.3 | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/lib/libc/posix1e/posix1e.3 b/lib/libc/posix1e/posix1e.3 index b174727..ae6a3e4 100644 --- a/lib/libc/posix1e/posix1e.3 +++ b/lib/libc/posix1e/posix1e.3 @@ -35,9 +35,9 @@ .Lb libposix1e .Sh SYNOPSIS .Fd #include <sys/acl.h> -.Fd #include <sys/audit.h> +.\" .Fd #include <sys/audit.h> .Fd #include <sys/capability.h> -.Fd #include <sys/mac.h> +.\" .Fd #include <sys/mac.h> .Sh DESCRIPTION The IEEE POSIX.1e specification never left draft form, but the interfaces it describes are now widely used despite inherent limitations. Currently, diff --git a/lib/libposix1e/posix1e.3 b/lib/libposix1e/posix1e.3 index b174727..ae6a3e4 100644 --- a/lib/libposix1e/posix1e.3 +++ b/lib/libposix1e/posix1e.3 @@ -35,9 +35,9 @@ .Lb libposix1e .Sh SYNOPSIS .Fd #include <sys/acl.h> -.Fd #include <sys/audit.h> +.\" .Fd #include <sys/audit.h> .Fd #include <sys/capability.h> -.Fd #include <sys/mac.h> +.\" .Fd #include <sys/mac.h> .Sh DESCRIPTION The IEEE POSIX.1e specification never left draft form, but the interfaces it describes are now widely used despite inherent limitations. Currently, |