diff options
author | Robert Watson <rwatson@FreeBSD.org> | 2006-02-06 00:06:04 +0000 |
---|---|---|
committer | Robert Watson <rwatson@FreeBSD.org> | 2006-02-06 00:06:04 +0000 |
commit | 23bf6e2091d6f4eea4818bb19a867eb620f04d13 (patch) | |
tree | e76c45374f54ea0b5b6f2c7c99d9fe3f9579f64a /contrib/openbsm/man/setaudit.2 | |
parent | 742561f0d7f17fb93b895617da2bc1770f43d101 (diff) |
Vendor branch import of OpenBSM 1.0 alpha 3:vendor/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
Notes
Notes:
svn path=/vendor/openbsm/dist/; revision=155364
svn path=/vendor/openbsm/1.0-ALPHA-3/; revision=155366; tag=vendor/openbsm/1.0-ALPHA-3
Diffstat (limited to 'contrib/openbsm/man/setaudit.2')
-rw-r--r-- | contrib/openbsm/man/setaudit.2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/openbsm/man/setaudit.2 b/contrib/openbsm/man/setaudit.2 index 2d994ecfb0cf..46d99546a581 100644 --- a/contrib/openbsm/man/setaudit.2 +++ b/contrib/openbsm/man/setaudit.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/setaudit.2#4 $ +.\" $P4: //depot/projects/trustedbsd/openbsm/man/setaudit.2#5 $ .\" .Dd April 19, 2005 .Dt SETAUDIT 2 @@ -50,7 +50,7 @@ sets 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 |