summaryrefslogtreecommitdiff
path: root/usr/src/man/man7/pam_unix_session.7
diff options
context:
space:
mode:
authorRichard Lowe <richlowe@richlowe.net>2022-02-01 16:25:34 -0600
committerRichard Lowe <richlowe@richlowe.net>2022-02-18 15:32:41 -0600
commitbb788c55f7450a1360e9752bf81c3a3932cc8018 (patch)
tree77443122971496a73748e2d9722913303ab61b55 /usr/src/man/man7/pam_unix_session.7
parent7d5a0c32ad2a16518949e2843f208bf257e5cf79 (diff)
downloadillumos-joyent-bb788c55f7450a1360e9752bf81c3a3932cc8018.tar.gz
manual: fix up free-form normative manual references in the manual
Diffstat (limited to 'usr/src/man/man7/pam_unix_session.7')
-rw-r--r--usr/src/man/man7/pam_unix_session.722
1 files changed, 11 insertions, 11 deletions
diff --git a/usr/src/man/man7/pam_unix_session.7 b/usr/src/man/man7/pam_unix_session.7
index 9c312fa4d9..2f07f08c56 100644
--- a/usr/src/man/man7/pam_unix_session.7
+++ b/usr/src/man/man7/pam_unix_session.7
@@ -23,7 +23,7 @@ and \fBpam_sm_close_session\fR(3PAM).
.LP
\fBpam_sm_open_session()\fR updates the \fB/var/adm/lastlog\fR file with the
information contained in the \fBPAM_USER\fR, \fBPAM_TTY\fR, and
-\fBPAM_RHOSTS\fR items. \fBpam_unix_account\fR(5) uses this account to
+\fBPAM_RHOSTS\fR items. \fBpam_unix_account\fR(7) uses this account to
determine the previous time the user logged in.
.sp
.LP
@@ -76,7 +76,7 @@ No account is present for \fIuser\fR.
.SH ATTRIBUTES
.sp
.LP
-See \fBattributes\fR(5) for descriptions of the following attributes:
+See \fBattributes\fR(7) for descriptions of the following attributes:
.sp
.sp
@@ -95,10 +95,10 @@ MT Level MT-Safe with exceptions
.sp
.LP
\fBpam\fR(3PAM), \fBpam_authenticate\fR(3PAM), \fBsyslog\fR(3C),
-\fBlibpam\fR(3LIB), \fBpam.conf\fR(4), \fBnsswitch.conf\fR(4),
-\fBattributes\fR(5), \fBpam_authtok_check\fR(5), \fBpam_authtok_get\fR(5),
-\fBpam_authtok_store\fR(5), \fBpam_dhkeys\fR(5), \fBpam_passwd_auth\fR(5),
-\fBpam_unix_account\fR(5), \fBpam_unix_auth\fR(5)
+\fBlibpam\fR(3LIB), \fBpam.conf\fR(5), \fBnsswitch.conf\fR(5),
+\fBattributes\fR(7), \fBpam_authtok_check\fR(7), \fBpam_authtok_get\fR(7),
+\fBpam_authtok_store\fR(7), \fBpam_dhkeys\fR(7), \fBpam_passwd_auth\fR(7),
+\fBpam_unix_account\fR(7), \fBpam_unix_auth\fR(7)
.SH NOTES
.sp
.LP
@@ -106,8 +106,8 @@ The interfaces in \fBlibpam\fR(3LIB) are MT-Safe only if each thread within the
multi-threaded application uses its own PAM handle.
.sp
.LP
-The \fBpam_unix\fR(5) module is no longer supported. Similar functionality is
-provided by \fBpam_authtok_check\fR(5), \fBpam_authtok_get\fR(5),
-\fBpam_authtok_store\fR(5), \fBpam_dhkeys\fR(5), \fBpam_passwd_auth\fR(5),
-\fBpam_unix_account\fR(5), \fBpam_unix_auth\fR(5), and
-\fBpam_unix_session\fR(5).
+The \fBpam_unix\fR(7) module is no longer supported. Similar functionality is
+provided by \fBpam_authtok_check\fR(7), \fBpam_authtok_get\fR(7),
+\fBpam_authtok_store\fR(7), \fBpam_dhkeys\fR(7), \fBpam_passwd_auth\fR(7),
+\fBpam_unix_account\fR(7), \fBpam_unix_auth\fR(7), and
+\fBpam_unix_session\fR(7).