diff options
author | Richard Lowe <richlowe@richlowe.net> | 2022-02-26 16:40:47 -0600 |
---|---|---|
committer | Richard Lowe <richlowe@richlowe.net> | 2022-03-10 01:14:35 -0600 |
commit | bbf215553c7233fbab8a0afdf1fac74c44781867 (patch) | |
tree | e698415c5d1265b368c58c56199244dc2be86500 /usr/src/lib/pam_modules | |
parent | 236cb9a89d936b4b681853751c9af1adccc35ef9 (diff) | |
download | illumos-gate-bbf215553c7233fbab8a0afdf1fac74c44781867.tar.gz |
14443 resection manual pages per IPD4
Reviewed by: Toomas Soome <tsoome@me.com>
Reviewed by: Robert Mustacchi <rm@fingolfin.org>
Reviewed by: Peter Tribble <peter.tribble@gmail.com>
Reviewed by: Andy Fiddaman <andy@omnios.org>
Approved by: Dan McDonald <danmcd@joyent.com>
Diffstat (limited to 'usr/src/lib/pam_modules')
4 files changed, 5 insertions, 5 deletions
diff --git a/usr/src/lib/pam_modules/authtok_check/authtok_check.c b/usr/src/lib/pam_modules/authtok_check/authtok_check.c index 2334b9c9cd..ad45f66b7e 100644 --- a/usr/src/lib/pam_modules/authtok_check/authtok_check.c +++ b/usr/src/lib/pam_modules/authtok_check/authtok_check.c @@ -332,7 +332,7 @@ get_passwd_defaults(pam_handle_t *pamh, char *user, struct pwdefaults *p) syslog(LOG_ERR, "%s: pam_authtok_check: The configured " "minimum password length (PASSLENGTH=%d) is larger than " "the number of significant characters the current " - "encryption algorithm uses (%d). See policy.conf(4) for " + "encryption algorithm uses (%d). See policy.conf(5) for " "alternative password encryption algorithms.", progname); /* this won't lead to failure */ } diff --git a/usr/src/lib/pam_modules/krb5/krb5_setcred.c b/usr/src/lib/pam_modules/krb5/krb5_setcred.c index 743cda3297..5f43c0babc 100644 --- a/usr/src/lib/pam_modules/krb5/krb5_setcred.c +++ b/usr/src/lib/pam_modules/krb5/krb5_setcred.c @@ -568,13 +568,13 @@ error: if (kwarn_del_warning(client_name) != 0) { __pam_log(LOG_AUTH | LOG_NOTICE, "PAM-KRB5 (setcred): kwarn_del_warning" - " failed: ktkt_warnd(1M) down?"); + " failed: ktkt_warnd(8) down?"); } if (kwarn_add_warning(client_name, endtime) != 0) { __pam_log(LOG_AUTH | LOG_NOTICE, "PAM-KRB5 (setcred): kwarn_add_warning" - " failed: ktkt_warnd(1M) down?"); + " failed: ktkt_warnd(8) down?"); } } diff --git a/usr/src/lib/pam_modules/krb5_migrate/krb5_migrate_authenticate.c b/usr/src/lib/pam_modules/krb5_migrate/krb5_migrate_authenticate.c index b437359bfe..f8e19deefa 100644 --- a/usr/src/lib/pam_modules/krb5_migrate/krb5_migrate_authenticate.c +++ b/usr/src/lib/pam_modules/krb5_migrate/krb5_migrate_authenticate.c @@ -331,7 +331,7 @@ int pam_sm_authenticate(pam_handle_t *pamh, int flags, /* * Since this is a new krb5 principal, do a pam_set_data() - * for possible use by the acct_mgmt routine of pam_krb5(5) + * for possible use by the acct_mgmt routine of pam_krb5(7) */ if (pam_get_data(pamh, KRB5_AUTOMIGRATE_DATA, (const void **)&olduserdata) == PAM_SUCCESS) { diff --git a/usr/src/lib/pam_modules/unix_cred/unix_cred.c b/usr/src/lib/pam_modules/unix_cred/unix_cred.c index fcaeecb320..036d2fc3f0 100644 --- a/usr/src/lib/pam_modules/unix_cred/unix_cred.c +++ b/usr/src/lib/pam_modules/unix_cred/unix_cred.c @@ -524,7 +524,7 @@ adt_done: default: /* * Resource control assignment failed. Unlike - * newtask(1m), we treat this as an error. + * newtask(1), we treat this as an error. */ if (error < 0) { /* |