svn commit: r192410 - head/lib/libc/posix1e

Christian Brueffer brueffer at FreeBSD.org
Tue May 19 22:28:35 UTC 2009


Author: brueffer
Date: Tue May 19 22:28:33 2009
New Revision: 192410
URL: http://svn.freebsd.org/changeset/base/192410

Log:
  Since audit(4) isn't based on posix1e, remove the commented out audit.h header,
  xref libbsm(3).
  
  Submitted by:	rwatson
  MFC after:	3 days

Modified:
  head/lib/libc/posix1e/posix1e.3

Modified: head/lib/libc/posix1e/posix1e.3
==============================================================================
--- head/lib/libc/posix1e/posix1e.3	Tue May 19 22:07:54 2009	(r192409)
+++ head/lib/libc/posix1e/posix1e.3	Tue May 19 22:28:33 2009	(r192410)
@@ -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-all mailing list