* doc/man/pam.3.xml: Add pam_get_user function.
+ * modules/pam_motd/pam_motd.8.xml: Fix typo.
+
2006-10-24 Thorsten Kukuk <kukuk@thkukuk.de>
* modules/pam_namespace/pam_namespace.c: Reserve space for
.\" Title: pam_motd
.\" Author:
-.\" Generator: DocBook XSL Stylesheets v1.70.1 <http://docbook.sf.net/>
-.\" Date: 06/03/2006
+.\" Generator: DocBook XSL Stylesheets v1.71.0 <http://docbook.sf.net/>
+.\" Date: 10/26/2006
.\" Manual: Linux\-PAM Manual
.\" Source: Linux\-PAM Manual
.\"
-.TH "PAM_MOTD" "8" "06/03/2006" "Linux\-PAM Manual" "Linux\-PAM Manual"
+.TH "PAM_MOTD" "8" "10/26/2006" "Linux\-PAM Manual" "Linux\-PAM Manual"
.\" disable hyphenation
.nh
.\" disable justification (adjust text to left margin only)
\fI/etc/motd\fR
file is shown. The message size is limited to 64KB.
.SH "OPTIONS"
-.TP 3n
+.PP
\fBmotd=\fR\fB\fI/path/filename\fR\fR
+.RS 3n
The
\fI/path/filename\fR
file is displayed as message of the day.
+.RE
.SH "MODULE SERVICES PROVIDED"
.PP
Only the
\fBsession\fR
service is supported.
.SH "RETURN VALUES"
-.TP 3n
+.PP
PAM_IGNORE
+.RS 3n
This is the only return value of this module.
+.RE
.SH "EXAMPLES"
.PP
The suggested usage for
.sp
.RS 3n
.nf
-session optoinal pam_motd.so motd=/etc/motd
+session optional pam_motd.so motd=/etc/motd
.fi
.RE