Deleted Added
full compact
25c25
< .\" $FreeBSD: head/share/man/man4/auditpipe.4 161646 2006-08-26 17:59:31Z rwatson $
---
> .\" $FreeBSD: head/share/man/man4/auditpipe.4 162871 2006-09-30 15:14:49Z ru $
32c32
< .Nd Pseudo-device for live audit event tracking
---
> .Nd "pseudo-device for live audit event tracking"
53c53
< subject to the permissions on the device node, and provide a
---
> subject to the permissions on the device node, and provide a
67c67,69
< asynchronous I/O using SIGIO, and polled operation via
---
> asynchronous I/O using
> .Dv SIGIO ,
> and polled operation via
77,78c79,80
< .Bl -tag -width AUDITPIPE_GET_MAXAUDITDATA
< .It AUDITPIPE_GET_QLEN
---
> .Bl -tag -width ".Dv AUDITPIPE_GET_MAXAUDITDATA"
> .It Dv AUDITPIPE_GET_QLEN
80c82
< .It AUDITPIPE_GET_QLIMIT
---
> .It Dv AUDITPIPE_GET_QLIMIT
83c85
< .It AUDITPIPE_SET_QLIMIT
---
> .It Dv AUDITPIPE_SET_QLIMIT
88c90
< .It AUDITPIPE_GET_QLIMIT_MIN
---
> .It Dv AUDITPIPE_GET_QLIMIT_MIN
91c93
< .It AUDITPIPE_GET_QLIMIT_MAX
---
> .It Dv AUDITPIPE_GET_QLIMIT_MAX
94c96
< .It AUDITPIPE_FLUSH
---
> .It Dv AUDITPIPE_FLUSH
98c100
< .It AUDITPIPE_GET_MAXAUDITDATA
---
> .It Dv AUDITPIPE_GET_MAXAUDITDATA
114,115c116,117
< .Bl -tag -width AUDITPIPE_GET_PRESELECT_MODE
< .It AUDITPIPE_GET_PRESELECT_MODE
---
> .Bl -tag -width ".Dv AUDITPIPE_GET_PRESELECT_MODE"
> .It Dv AUDITPIPE_GET_PRESELECT_MODE
119c121
< .It AUDITPIPE_SET_PRESELECT_MODE
---
> .It Dv AUDITPIPE_SET_PRESELECT_MODE
126,127c128,129
< .Bl -tag -width AUDITPIPE_PRESELECT_MODE_TRAIL
< .It AUDITPIPE_PRESELECT_MODE_TRAIL
---
> .Bl -tag -width ".Dv AUDITPIPE_PRESELECT_MODE_TRAIL"
> .It Dv AUDITPIPE_PRESELECT_MODE_TRAIL
130c132
< .It AUDITPIPE_PRESELECT_MODE_LOCAL
---
> .It Dv AUDITPIPE_PRESELECT_MODE_LOCAL
146,147c148,149
< .Bl -tag -width AUDITPIPE_GET_PRESELECT_NAFLAGS
< .It AUDITPIPE_GET_PRESELECT_FLAGS
---
> .Bl -tag -width ".Dv AUDITPIPE_GET_PRESELECT_NAFLAGS"
> .It Dv AUDITPIPE_GET_PRESELECT_FLAGS
151c153
< .Dv flags
---
> .Va flags
156c158
< .It AUDITPIPE_SET_PRESELECT_FLAGS
---
> .It Dv AUDITPIPE_SET_PRESELECT_FLAGS
160c162
< .Dv flags
---
> .Va flags
165c167
< .It AUDITPIPE_GET_PRESELECT_NAFLAGS
---
> .It Dv AUDITPIPE_GET_PRESELECT_NAFLAGS
169c171
< .Dv naflags
---
> .Va naflags
174c176
< .It AUDITPIPE_SET_PRESELECT_NAFLAGS
---
> .It Dv AUDITPIPE_SET_PRESELECT_NAFLAGS
178c180
< .Dv naflags
---
> .Va naflags
183c185
< .It AUDITPIPE_GET_PRESELECT_AUID
---
> .It Dv AUDITPIPE_GET_PRESELECT_AUID
186c188
< .Vt struct auditpipe_preselect .
---
> .Vt "struct auditpipe_preselect" .
195c197
< .It AUDITPIPE_SET_PRESELECT_AUID
---
> .It Dv AUDITPIPE_SET_PRESELECT_AUID
198c200
< .Dv AUDITPIPE_GET_PRESELECT_AUID,
---
> .Dv AUDITPIPE_GET_PRESELECT_AUID ,
202c204
< .It AUDITPIPE_DELETE_PRESELECT_AUID
---
> .It Dv AUDITPIPE_DELETE_PRESELECT_AUID
208c210
< .It AUDITPIPE_FLUSH_PRESELECT_AUID
---
> .It Dv AUDITPIPE_FLUSH_PRESELECT_AUID
211a214
> The
212a216
> utility
223,228d226
< .Sh AUTHORS
< The audit pipe facility was designed and implemented by
< .An Robert Watson Aq rwatson@FreeBSD.org .
< .Pp
< The Basic Security Module (BSM) interface to audit records and audit event
< stream format were defined by Sun Microsystems.
231c229
< division of McAfee Inc., under contract to Apple Computer Inc. in 2004.
---
> division of McAfee Inc., under contract to Apple Computer Inc.\& in 2004.
236a235,240
> .Sh AUTHORS
> The audit pipe facility was designed and implemented by
> .An Robert Watson Aq rwatson@FreeBSD.org .
> .Pp
> The Basic Security Module (BSM) interface to audit records and audit event
> stream format were defined by Sun Microsystems.