diff options
author | rwatson <rwatson@FreeBSD.org> | 2006-02-06 00:06:04 +0000 |
---|---|---|
committer | rwatson <rwatson@FreeBSD.org> | 2006-02-06 00:06:04 +0000 |
commit | 4fae3f6a4aec0b2ccf88592624f71ae94d961ef8 (patch) | |
tree | e76c45374f54ea0b5b6f2c7c99d9fe3f9579f64a /contrib/openbsm/man/getaudit.2 | |
parent | 1aa0e1022d558bb98a589cb20d6941708ec3cd30 (diff) | |
download | FreeBSD-src-4fae3f6a4aec0b2ccf88592624f71ae94d961ef8.zip FreeBSD-src-4fae3f6a4aec0b2ccf88592624f71ae94d961ef8.tar.gz |
Vendor branch import of OpenBSM 1.0 alpha 3:
- Man page formatting, cross reference, mlinks, and accuracy improvements.
- auditd and tools now compile and run on FreeBSD/arm.
- auditd will now fchown() the trail file to the audit review group, if
defined at compile-time.
- Added AUE_SYSARCH for FreeBSD.
- Definition of AUE_SETFSGID fixed for Linux.
Many thanks to: brueffer, cognet
Obtained from: TrustedBSD Project
Diffstat (limited to 'contrib/openbsm/man/getaudit.2')
-rw-r--r-- | contrib/openbsm/man/getaudit.2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/openbsm/man/getaudit.2 b/contrib/openbsm/man/getaudit.2 index c20aab0..05a938c 100644 --- a/contrib/openbsm/man/getaudit.2 +++ b/contrib/openbsm/man/getaudit.2 @@ -23,7 +23,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $P4: //depot/projects/trustedbsd/openbsm/man/getaudit.2#4 $ +.\" $P4: //depot/projects/trustedbsd/openbsm/man/getaudit.2#5 $ .\" .Dd April 19, 2005 .Dt GETAUDIT 2 @@ -50,7 +50,7 @@ retrieves extended state via and .Va length . .Pp -This system call required appropriate privilege to complete. +This system call requires appropriate privilege to complete. .Sh RETURN VALUES .Nm returns 0 on success, or returns -1 on failure, providing additional error |