]> granicus.if.org Git - linux-pam/commitdiff
Relevant BUGIDs:
authorThorsten Kukuk <kukuk@thkukuk.de>
Thu, 26 Oct 2006 13:51:51 +0000 (13:51 +0000)
committerThorsten Kukuk <kukuk@thkukuk.de>
Thu, 26 Oct 2006 13:51:51 +0000 (13:51 +0000)
Purpose of commit: bugfix

Commit summary:
---------------

2006-10-26  Thorsten Kukuk  <kukuk@thkukuk.de>

        * modules/pam_motd/pam_motd.8.xml: Fix typo.

ChangeLog
modules/pam_motd/README
modules/pam_motd/pam_motd.8
modules/pam_motd/pam_motd.8.xml

index 14089ab891bb37ba5ecc3c0bb275d8e912898ea5..9a26323a4f0b86807e857ff9a8fcbd138760f9e3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,8 @@
 
        * 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
index 74947dacef5d5e09af1be9e570c0208962d893dc..414ad6f683e2caa2acfc9c683c9ad136ab26ddac 100644 (file)
@@ -18,7 +18,7 @@ EXAMPLES
 
 The suggested usage for /etc/pam.d/login is:
 
-session  optoinal  pam_motd.so  motd=/etc/motd
+session  optional  pam_motd.so  motd=/etc/motd
 
 
 AUTHOR
index 62fad5bcd7b3c72f7bbbfc70f79dc05d4a4360a1..74bfb5864a703a56aec578499e3ced157fbe7705 100644 (file)
@@ -1,11 +1,11 @@
 .\"     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)
@@ -21,20 +21,24 @@ pam_motd is a PAM module that can be used to display arbitrary motd (message of
 \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
@@ -43,7 +47,7 @@ is:
 .sp
 .RS 3n
 .nf
-session  optoinal  pam_motd.so  motd=/etc/motd
+session  optional  pam_motd.so  motd=/etc/motd
       
 .fi
 .RE
index 3b60a96b70f973f623cc1b571599ce913bc2d91e..7bd6798c876313c944a3b4aff76dbf7d4dc9bf26 100644 (file)
@@ -81,7 +81,7 @@
     <para>
       The suggested usage for <filename>/etc/pam.d/login</filename> is:
       <programlisting>
-session  optoinal  pam_motd.so  motd=/etc/motd
+session  optional  pam_motd.so  motd=/etc/motd
       </programlisting>
     </para>
   </refsect1>