Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 1 Feb 2006 07:17:46 GMT
From:      Tom Rhodes <trhodes@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 90860 for review
Message-ID:  <200602010717.k117HkFH027773@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=90860

Change 90860 by trhodes@trhodes_local on 2006/02/01 07:17:19

	Attempt to fill in System V IPC related bits,
	Fix markup causing a ".Dv" macro to appear instead of intented target,
	Hard sentence breaks and whitespace cleared in audit.8.

Affected files ...

.. //depot/projects/trustedbsd/openbsm/bin/audit/audit.8#3 edit
.. //depot/projects/trustedbsd/openbsm/man/audit.log.5#7 edit

Differences ...

==== //depot/projects/trustedbsd/openbsm/bin/audit/audit.8#3 (text+ko) ====

@@ -29,7 +29,7 @@
 .\" 
 .\" @APPLE_BSD_LICENSE_HEADER_END@
 .\"
-.\" $P4: //depot/projects/trustedbsd/openbsm/bin/audit/audit.8#2 $
+.\" $P4: //depot/projects/trustedbsd/openbsm/bin/audit/audit.8#3 $
 .\"
 .Dd Jan 24, 2004
 .Dt AUDIT 8
@@ -44,10 +44,11 @@
 .Sh DESCRIPTION
 The
 .Nm 
-utility controls the state of auditing system. The optional
+utility controls the state of auditing system.
+The optional
 .Ar file
 operand specifies the location of the audit control input file (default
-/etc/security/audit_control).  
+.Pa /etc/security/audit_control ).
 .Pp
 The options are as follows:
 .Bl -tag -width Ds
@@ -56,10 +57,11 @@
 a new log file in a location specified in the audit control file.
 .It Fl s
 Specifies that the audit system should [re]synchronize its
-configuration from the audit control file.  A new log file will be
-created.
+configuration from the audit control file.
+A new log file will be created.
 .It Fl t
-Specifies that the audit system should terminate.  Log files are closed
+Specifies that the audit system should terminate.
+Log files are closed
 and renamed to indicate the time of the shutdown.
 .El
 .Sh NOTES

==== //depot/projects/trustedbsd/openbsm/man/audit.log.5#7 (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/man/audit.log.5#6 $
+.\" $P4: //depot/projects/trustedbsd/openbsm/man/audit.log.5#7 $
 .\"
 .Dd May 1, 2005
 .Dt AUDIT.LOG 5
@@ -304,7 +304,8 @@
 .It Li "Terminal Machine Address" Ta "4 bytes" Ta "IP address of machine"
 .El
 .Ss Expanded Process Token
-The .Dv expanded process
+The
+.Dv expanded process
 token contains the contents of the
 .Dv process
 token, with the addition of a machine address type and variable length
@@ -411,7 +412,8 @@
 .Bl -column -offset ind ".Sy Field Name Width XX" ".Sy XX Bytes XXXX" ".Sy Description"
 .It Sy "Field" Ta Sy Bytes Ta Sy Description
 .It Li "Token ID" Ta "1 byte" Ta "Token ID"
-.It Li XXXXX
+.It Li "object ID type" Ta "1 byte" Ta "Object ID"
+.It Li "Object ID" Ta "4 bytes" Ta "Object ID"
 .El
 .Ss Text Token
 The
@@ -591,6 +593,7 @@
 .It Li XXXXX
 .El
 .Sh SEE ALSO
+.Xr audit 8,
 .Xr libbsm 3
 .Sh AUTHORS
 The Basic Security Module (BSM) interface to audit records and audit event



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200602010717.k117HkFH027773>