diff options
author | Joel Dahl <joel@FreeBSD.org> | 2006-06-05 16:31:57 +0000 |
---|---|---|
committer | Joel Dahl <joel@FreeBSD.org> | 2006-06-05 16:31:57 +0000 |
commit | 1735925eeb741fc2729e697b9757a7a66f97278d (patch) | |
tree | aa5f21570be5a7f940851df179657db1d5b13391 /share/man/man4/auditpipe.4 | |
parent | 4bc8da3589ab801c80ed0be19b89081d6808e2ee (diff) |
Fix minor typos.
Notes
Notes:
svn path=/head/; revision=159282
Diffstat (limited to 'share/man/man4/auditpipe.4')
-rw-r--r-- | share/man/man4/auditpipe.4 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man4/auditpipe.4 b/share/man/man4/auditpipe.4 index 8b0e5fe85b96..9a7f208865ff 100644 --- a/share/man/man4/auditpipe.4 +++ b/share/man/man4/auditpipe.4 @@ -40,7 +40,7 @@ and maintained by .Xr auditd 8 provide a reliable long-term store for audit log information, current log files are owned by the audit daemon until terminated making them somewhat -unwieldy for live montoring applications such as host-based intrusion +unwieldy for live monitoring applications such as host-based intrusion detection. For example, the log may be cycled and new records written to a new file without notice to applications that may be accessing the file. @@ -126,7 +126,7 @@ Use the global audit trail preselection parameters to select records for the audit pipe. .It AUDITPIPE_PRESELECT_MODE_LOCAL Use local audit pipe preselection; this model is similar to the global audit -trail configuration model, consisting of global flags and naflags paramaters, +trail configuration model, consisting of global flags and naflags parameters, as well as a set of per-auid masks. These parameters are configured using further ioctls. .El @@ -136,7 +136,7 @@ earlier preselection configuration may still be in the audit pipe queue. The application may flush the current record queue after changing the configuration to remove possibly undesired records. .Ss Audit Pipe Local Preselection Mode Ioctls -The following ioctls configure the preselection paramaters used when an audit +The following ioctls configure the preselection parameters used when an audit pipe is configured for the .Dv AUDITPIPE_PRESELECT_MODE_LOCAL preselection mode. |