svn commit: r192633 - in stable/6/lib/libc: . inet posix1e sys
Christian Brueffer
brueffer at FreeBSD.org
Sat May 23 10:45:29 UTC 2009
Author: brueffer
Date: Sat May 23 10:45:28 2009
New Revision: 192633
URL: http://svn.freebsd.org/changeset/base/192633
Log:
MFC: r192410
Since audit(4) isn't based on posix1e, remove the commented out audit.h header,
xref libbsm(3).
Modified:
stable/6/lib/libc/ (props changed)
stable/6/lib/libc/inet/inet_net_pton.c (props changed)
stable/6/lib/libc/posix1e/posix1e.3
stable/6/lib/libc/sys/ (props changed)
Modified: stable/6/lib/libc/posix1e/posix1e.3
==============================================================================
--- stable/6/lib/libc/posix1e/posix1e.3 Sat May 23 10:35:27 2009 (r192632)
+++ stable/6/lib/libc/posix1e/posix1e.3 Sat May 23 10:45:28 2009 (r192633)
@@ -25,7 +25,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd January 17, 2000
+.Dd May 20, 2009
.Dt POSIX1E 3
.Os
.Sh NAME
@@ -36,7 +36,6 @@
.Sh SYNOPSIS
.In sys/types.h
.In sys/acl.h
-.\" .In sys/audit.h
.In sys/capability.h
.In sys/mac.h
.Sh DESCRIPTION
@@ -104,6 +103,7 @@ structure.
.Sh SEE ALSO
.Xr extattr 2 ,
.Xr acl 3 ,
+.Xr libbsm 3 ,
.Xr mac 3 ,
.Xr acl 9 ,
.Xr extattr 9 ,
More information about the svn-src-stable
mailing list