PERFORCE change 106564 for review

Robert Watson rwatson at FreeBSD.org
Sat Sep 23 10:42:11 PDT 2006


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

Change 106564 by rwatson at 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 ^-


More information about the p4-projects mailing list