History log of /freebsd-10-stable/share/man/man4/auditpipe.4
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 337253 03-Aug-2018 asomers

MFC r334394:

auditpipe(4): fix some ioctl arguments in the man page

Fix the argument types for the AUDITPIPE_[GS]ET_PRESELECT_(NA)?FLAGS ioctls.
Also, fix some grammar.

[skip ci]

PR: 226713
Submitted by: aniketp
Sponsored by: Google, Inc. (GSoC 2018)
Differential Revision: https://reviews.freebsd.org/D15620


# 256281 10-Oct-2013 gjb

Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

# 206622 14-Apr-2010 uqs

mdoc: order prologue macros consistently by Dd/Dt/Os

Although groff_mdoc(7) gives another impression, this is the ordering
most widely used and also required by mdocml/mandoc.

Reviewed by: ru
Approved by: philip, ed (mentors)


# 178726 02-May-2008 rwatson

Fix type name: struct auditpipe_preselect is actually struct
auditpipe_ioctl_preselect.

MFC after: 3 days
Submitted by: Stacey D. Son <stacey at son.org>


# 165216 14-Dec-2006 mpp

Spelling fixes.


# 162871 30-Sep-2006 ru

Revise markup.


# 161646 26-Aug-2006 rwatson

Allow the user process to query the kernel's notion of a maximum
audit record size at run-time, which can be used by the user
process to size the user space buffer it reads into from the audit
pipe.

Perforce change: 105098
Obtained from: TrustedBSD Project


# 159282 05-Jun-2006 joel

Fix minor typos.


# 159273 05-Jun-2006 rwatson

Break out description of the audit pipe facility from audit.4 into a new
man page, auditpipe.4, which describes the behavior of audit pipes, the
ioctls, preselection, etc.

Obtained from: TrustedBSD Project