PERFORCE change 118231 for review
Robert Watson
rwatson at FreeBSD.org
Mon Apr 16 11:55:20 UTC 2007
http://perforce.freebsd.org/chv.cgi?CH=118231
Change 118231 by rwatson at rwatson_zoo on 2007/04/16 11:54:49
Integrate man page tweaks from OpenBSM branch to audit3.
Affected files ...
.. //depot/projects/trustedbsd/audit3/contrib/openbsm/libbsm/au_token.3#10 integrate
.. //depot/projects/trustedbsd/audit3/contrib/openbsm/libbsm/libbsm.3#12 integrate
Differences ...
==== //depot/projects/trustedbsd/audit3/contrib/openbsm/libbsm/au_token.3#10 (text+ko) ====
@@ -23,7 +23,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $P4: //depot/projects/trustedbsd/audit3/contrib/openbsm/libbsm/au_token.3#9 $
+.\" $P4: //depot/projects/trustedbsd/audit3/contrib/openbsm/libbsm/au_token.3#10 $
.\"
.Dd April 19, 2005
.Dt AU_TOKEN 3
@@ -72,7 +72,8 @@
.Nm au_to_header ,
.Nm au_to_header32 ,
.Nm au_to_header64 ,
-.Nm au_to_trailer
+.Nm au_to_trailer ,
+.Nm au_to_zonename
.Nd "routines for generating BSM audit tokens"
.Sh LIBRARY
.Lb libbsm
@@ -196,6 +197,8 @@
.Fn au_to_header64 "int rec_size" "au_event_t e_type" "au_emod_t e_mod"
.Ft "token_t *"
.Fn au_to_trailer "int rec_size"
+.Ft "token_t *"
+.Fn au_to_zonename "char *zonename"
.Sh DESCRIPTION
These interfaces support the allocation of BSM audit tokens, represented by
.Vt token_t ,
==== //depot/projects/trustedbsd/audit3/contrib/openbsm/libbsm/libbsm.3#12 (text+ko) ====
@@ -23,7 +23,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $P4: //depot/projects/trustedbsd/audit3/contrib/openbsm/libbsm/libbsm.3#11 $
+.\" $P4: //depot/projects/trustedbsd/audit3/contrib/openbsm/libbsm/libbsm.3#12 $
.\"
.Dd April 19, 2005
.Dt LIBBSM 3
@@ -177,7 +177,8 @@
.Xr au_to_subject32_ex 3 ,
.Xr au_to_subject64_ex 3 ,
.Xr au_to_text 3 ,
-.Xr au_to_trailer 3 .
+.Xr au_to_trailer 3 ,
+.Xr au_to_zonename 3 .
.Ss Audit User Interfaces
Audit user interfaces support the look up of information from the
.Xr audit_user 5
More information about the p4-projects
mailing list