Deleted Added
full compact
praudit.1 (185573) praudit.1 (243750)
1.\" Copyright (c) 2004 Apple Inc.
1.\" Copyright (c) 2004-2009 Apple Inc.
2.\" All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.
9.\" 2. Redistributions in binary form must reproduce the above copyright

--- 10 unchanged lines hidden (view full) ---

20.\" ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
21.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
22.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
23.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
24.\" STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
25.\" IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
26.\" POSSIBILITY OF SUCH DAMAGE.
27.\"
2.\" All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.
9.\" 2. Redistributions in binary form must reproduce the above copyright

--- 10 unchanged lines hidden (view full) ---

20.\" ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
21.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
22.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
23.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
24.\" STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
25.\" IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
26.\" POSSIBILITY OF SUCH DAMAGE.
27.\"
28.\" $P4: //depot/projects/trustedbsd/openbsm/bin/praudit/praudit.1#13 $
28.\" $P4: //depot/projects/trustedbsd/openbsm/bin/praudit/praudit.1#14 $
29.\"
29.\"
30.Dd November 5, 2006
30.Dd August 4, 2009
31.Dt PRAUDIT 1
32.Os
33.Sh NAME
34.Nm praudit
35.Nd "print the contents of audit trail files"
36.Sh SYNOPSIS
37.Nm
31.Dt PRAUDIT 1
32.Os
33.Sh NAME
34.Nm praudit
35.Nd "print the contents of audit trail files"
36.Sh SYNOPSIS
37.Nm
38.Op Fl lpx
38.Op Fl lnpx
39.Op Fl r | s
40.Op Fl d Ar del
41.Op Ar
42.Sh DESCRIPTION
43The
44.Nm
45utility prints the contents of the audit trail files to the standard output in
46human-readable form.

--- 6 unchanged lines hidden (view full) ---

53.Bl -tag -width indent
54.It Fl d Ar del
55Specifies the delimiter.
56The default delimiter is the comma.
57.It Fl l
58Prints the entire record on the same line.
59If this option is not specified,
60every token is displayed on a different line.
39.Op Fl r | s
40.Op Fl d Ar del
41.Op Ar
42.Sh DESCRIPTION
43The
44.Nm
45utility prints the contents of the audit trail files to the standard output in
46human-readable form.

--- 6 unchanged lines hidden (view full) ---

53.Bl -tag -width indent
54.It Fl d Ar del
55Specifies the delimiter.
56The default delimiter is the comma.
57.It Fl l
58Prints the entire record on the same line.
59If this option is not specified,
60every token is displayed on a different line.
61.It Fl n
62Do not convert user and group IDs to their names but leave in their
63numeric forms.
61.It Fl p
62Specify this option if input to
63.Nm
64is piped from the
65.Xr tail 1
66utility.
67This causes
68.Nm

--- 50 unchanged lines hidden ---
64.It Fl p
65Specify this option if input to
66.Nm
67is piped from the
68.Xr tail 1
69utility.
70This causes
71.Nm

--- 50 unchanged lines hidden ---