Deleted Added
full compact
audit_submit.3 (185573) audit_submit.3 (186647)
1.\"
2.\" Copyright (c) 2006 Christian S.J. Peron
3.\" All rights reserved.
4.\"
5.\" Redistribution and use in source and binary forms, with or without
6.\" modification, are permitted provided that the following conditions
7.\" are met:
8.\"

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

22.\" ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
23.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
24.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
25.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
26.\" STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
27.\" IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
28.\" POSSIBILITY OF SUCH DAMAGE.
29.\"
1.\"
2.\" Copyright (c) 2006 Christian S.J. Peron
3.\" All rights reserved.
4.\"
5.\" Redistribution and use in source and binary forms, with or without
6.\" modification, are permitted provided that the following conditions
7.\" are met:
8.\"

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

22.\" ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
23.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
24.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
25.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
26.\" STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
27.\" IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
28.\" POSSIBILITY OF SUCH DAMAGE.
29.\"
30.\" $P4: //depot/projects/trustedbsd/openbsm/libbsm/audit_submit.3#14 $
30.\" $P4: //depot/projects/trustedbsd/openbsm/libbsm/audit_submit.3#15 $
31.\"
32.Dd January 18, 2008
33.Dt audit_submit 3
34.Os
35.Sh NAME
36.Nm audit_submit
37.Nd "general purpose audit record submission"
38.Sh LIBRARY

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

53The header will contain the event class specified by
54.Fa au_event .
55The subject token will be generated based on
56.Fa auid .
57The return token is dependent on the
58.Fa status
59and
60.Fa reterr
31.\"
32.Dd January 18, 2008
33.Dt audit_submit 3
34.Os
35.Sh NAME
36.Nm audit_submit
37.Nd "general purpose audit record submission"
38.Sh LIBRARY

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

53The header will contain the event class specified by
54.Fa au_event .
55The subject token will be generated based on
56.Fa auid .
57The return token is dependent on the
58.Fa status
59and
60.Fa reterr
61arguments.
61arguments; unlike the argument to
62.Xr au_to_return ,
63.Fa reterr
64should be a local rather than BSM error number.
62Optionally, a text token will be created as a part of this record.
63.Pp
64Text token output is under the control of a
65.Fa format
66string that specifies how subsequent arguments (or arguments accessed via the
67variable-length argument facilities of
68.Xr stdarg 3 )
69are converted for output.

--- 63 unchanged lines hidden ---
65Optionally, a text token will be created as a part of this record.
66.Pp
67Text token output is under the control of a
68.Fa format
69string that specifies how subsequent arguments (or arguments accessed via the
70variable-length argument facilities of
71.Xr stdarg 3 )
72are converted for output.

--- 63 unchanged lines hidden ---