Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Sep 2006 17:42:02 GMT
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 106564 for review
Message-ID:  <200609231742.k8NHg2IN003454@repoman.freebsd.org>

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

Change 106564 by rwatson@rwatson_peppercorn on 2006/09/23 17:41:51

	Correct selection expression syntax documented in audit_control(5)
	man page -- '^' always means "don't record", and no prefix means to
	record both successful and failed events.

Affected files ...

.. //depot/projects/trustedbsd/openbsm/man/audit_control.5#13 edit

Differences ...

==== //depot/projects/trustedbsd/openbsm/man/audit_control.5#13 (text+ko) ====

@@ -26,7 +26,7 @@
 .\" IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 .\" POSSIBILITY OF SUCH DAMAGE.
 .\"
-.\" $P4: //depot/projects/trustedbsd/openbsm/man/audit_control.5#12 $
+.\" $P4: //depot/projects/trustedbsd/openbsm/man/audit_control.5#13 $
 .\"
 .Dd January 4, 2006
 .Dt AUDIT_CONTROL 5
@@ -85,12 +85,14 @@
 The following prefixes may be used for each class:
 .Pp
 .Bl -tag -width Ds -compact -offset indent
+.It (none)
+Record both successful and failed events
 .It +
 Record successful events
 .It -
 Record failed events
 .It ^
-Record both successful and failed events
+Record neither successful nor failed events
 .It ^+
 Do not record successful events
 .It ^-



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