diff options
author | Dan McDonald <danmcd@joyent.com> | 2022-03-15 12:07:15 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-15 12:07:15 -0400 |
commit | 83decd22b44019b0fe369224fb19e1ef21263ab6 (patch) | |
tree | 0bbbaea9d4231f77a406362904280d6ba53e1d55 /usr/src/lib/libbsm/common/audit_scf.c | |
parent | ad491f11d9af43fd3f0d6159c9e08112de475a54 (diff) | |
download | illumos-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/libbsm/common/audit_scf.c')
-rw-r--r-- | usr/src/lib/libbsm/common/audit_scf.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/src/lib/libbsm/common/audit_scf.c b/usr/src/lib/libbsm/common/audit_scf.c index fa990fc669..e2946abf28 100644 --- a/usr/src/lib/libbsm/common/audit_scf.c +++ b/usr/src/lib/libbsm/common/audit_scf.c @@ -22,7 +22,7 @@ * Copyright (c) 2009, 2010, Oracle and/or its affiliates. All rights reserved. */ -/* auditd smf(5)/libscf(3LIB) interface - set and display audit parameters */ +/* auditd smf(7)/libscf(3LIB) interface - set and display audit parameters */ #include <audit_scf.h> #include <audit_policy.h> @@ -691,7 +691,7 @@ do_getpolicy_scf(uint32_t *policy_mask) bzero(prop_vect, sizeof (prop_vect)); bzero(policy_arr, sizeof (policy_arr)); - /* prepare the smf(5) query */ + /* prepare the smf(7) query */ for (i = 0; i < POLICY_TBL_SZ; i++) { cur_policy_str = policy_table[i].policy_str; |