PERFORCE change 118230 for review

Robert Watson rwatson at FreeBSD.org
Mon Apr 16 11:52:15 UTC 2007


http://perforce.freebsd.org/chv.cgi?CH=118230

Change 118230 by rwatson at rwatson_cinnamon on 2007/04/16 11:51:19

	Add man page references to au_to_zonename(3).

Affected files ...

.. //depot/projects/trustedbsd/openbsm/libbsm/au_token.3#12 edit
.. //depot/projects/trustedbsd/openbsm/libbsm/libbsm.3#12 edit

Differences ...

==== //depot/projects/trustedbsd/openbsm/libbsm/au_token.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/openbsm/libbsm/au_token.3#11 $
+.\" $P4: //depot/projects/trustedbsd/openbsm/libbsm/au_token.3#12 $
 .\"
 .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/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/openbsm/libbsm/libbsm.3#11 $
+.\" $P4: //depot/projects/trustedbsd/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