summaryrefslogtreecommitdiff
path: root/usr/src/lib/auditd_plugins/remote/audit_remote.c
diff options
context:
space:
mode:
authorDan McDonald <danmcd@joyent.com>2022-03-15 12:07:15 -0400
committerGitHub <noreply@github.com>2022-03-15 12:07:15 -0400
commit83decd22b44019b0fe369224fb19e1ef21263ab6 (patch)
tree0bbbaea9d4231f77a406362904280d6ba53e1d55 /usr/src/lib/auditd_plugins/remote/audit_remote.c
parentad491f11d9af43fd3f0d6159c9e08112de475a54 (diff)
downloadillumos-joyent-83decd22b44019b0fe369224fb19e1ef21263ab6.tar.gz
OS-8361 IPD 4 (man page renumbering) tracking issue
Reviewed by: Brian Bennett <brian.bennett@joyent.com> Approved by: Brian Bennett <brian.bennett@joyent.com>
Diffstat (limited to 'usr/src/lib/auditd_plugins/remote/audit_remote.c')
-rw-r--r--usr/src/lib/auditd_plugins/remote/audit_remote.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr/src/lib/auditd_plugins/remote/audit_remote.c b/usr/src/lib/auditd_plugins/remote/audit_remote.c
index 9224022daa..6cc8eb15a2 100644
--- a/usr/src/lib/auditd_plugins/remote/audit_remote.c
+++ b/usr/src/lib/auditd_plugins/remote/audit_remote.c
@@ -97,7 +97,7 @@ FILE *dfile; /* debug file */
/*
* set_transq_count_max() - sets the transq_count_max value based on kernel
* audit queue high water mark. This is backup solution for a case, when the
- * the default qsize zero value is (intentionally) set in the audit_remote(5)
+ * the default qsize zero value is (intentionally) set in the audit_remote(7)
* plugin configuration.
*/
static auditd_rc_t
@@ -696,7 +696,7 @@ auditd_plugin(const char *input, size_t in_len, uint64_t sequence, char **error)
/*
* auditd_plugin_open() may be called multiple times; on initial open or
* `audit -s`, then kvlist != NULL; on `audit -n`, then kvlist == NULL.
- * For more information see audit(1M).
+ * For more information see audit(8).
*
* Note, that space on stack allocated for any error message returned along
* with AUDITD_RETRY is subsequently freed by auditd.
@@ -803,7 +803,7 @@ auditd_plugin_open(const kva_t *kvlist, char **ret_list, char **error)
/*
* auditd_plugin_close() performs shutdown operations. The return values are
- * used by auditd to output warnings via the audit_warn(1M) script and the
+ * used by auditd to output warnings via the audit_warn(8) script and the
* string returned via "error_text", is passed to audit_warn.
*
* Note, that space on stack allocated for any error message returned along