From cf2fc5ff7b4a8555fda2a5ebe5f6ab0e45c22996 Mon Sep 17 00:00:00 2001 From: Stefan Schubert Date: Tue, 25 Oct 2022 16:29:41 +0200 Subject: doc: Update PAM documentation from DockBook 4 to DocBook 5 Changed files -------------- Make.xml.rules.in: - Using RNG file instead of DTD file for checking XML files. - Taking the correct stylesheet for README files. doc/sag/Makefile.am, doc/adg/Makefile.am, doc/mwg/Makefile.am: - Using RNG file instead of DTD file for checking XML files. configure.ac: - Adding a new option for selecting RNG check file (-enable-docbook-rng) - Switching stylesheets to docbook 5 - Checking DocBook 5 environment instead of DocBook 4 environment *.xml: Update from DockBook 4 to DocBook 5 --- modules/pam_mail/README.xml | 32 +++++------------- modules/pam_mail/pam_mail.8.xml | 73 ++++++++++++++++++++--------------------- 2 files changed, 44 insertions(+), 61 deletions(-) (limited to 'modules/pam_mail') diff --git a/modules/pam_mail/README.xml b/modules/pam_mail/README.xml index 4165d857..5dc89a85 100644 --- a/modules/pam_mail/README.xml +++ b/modules/pam_mail/README.xml @@ -1,41 +1,27 @@ - - ---> -]> +
-
- - + - <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" - href="pam_mail.8.xml" xpointer='xpointer(//refnamediv[@id = "pam_mail-name"]/*)'/> + <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="pam_mail.8.xml" xpointer='xpointer(id("pam_mail-name")/*)'/> - +
- +
- +
- +
- +
-
+
\ No newline at end of file diff --git a/modules/pam_mail/pam_mail.8.xml b/modules/pam_mail/pam_mail.8.xml index 95216b6c..2c0c0543 100644 --- a/modules/pam_mail/pam_mail.8.xml +++ b/modules/pam_mail/pam_mail.8.xml @@ -1,54 +1,51 @@ - - - - + pam_mail 8 - Linux-PAM Manual + Linux-PAM + Linux-PAM Manual - + pam_mail Inform about available mail - + pam_mail.so - + close - + debug - + dir=maildir - + empty - + hash=count - + noenv - + nopen - + quiet - + standard - + DESCRIPTION @@ -58,18 +55,18 @@ that has credential or session hooks. It gives a single message indicating the newness of any mail it finds in the user's mail folder. This module also sets the PAM - environment variable, MAIL, to the + environment variable, MAIL, to the user's mail directory. If the mail spool file (be it /var/mail/$USER or a pathname given with the parameter) is a directory then pam_mail assumes it is in the - Maildir format. + Maildir format. - + OPTIONS @@ -77,7 +74,7 @@ - + close @@ -88,7 +85,7 @@ - + debug @@ -99,7 +96,7 @@ - + dir=maildir @@ -116,7 +113,7 @@ - + empty @@ -127,7 +124,7 @@ - + hash=count @@ -141,11 +138,11 @@ - + noenv - Do not set the MAIL + Do not set the MAIL environment variable. @@ -153,12 +150,12 @@ - + nopen Don't print any mail information on login. This flag is - useful to get the MAIL + useful to get the MAIL environment variable set, but to not display any information about it. @@ -167,7 +164,7 @@ - + quiet @@ -178,7 +175,7 @@ - + standard @@ -193,7 +190,7 @@ - + MODULE TYPES PROVIDED The and @@ -202,7 +199,7 @@ - + RETURN VALUES @@ -244,7 +241,7 @@ - + EXAMPLES Add the following line to /etc/pam.d/login to @@ -255,7 +252,7 @@ session optional pam_mail.so standard - + SEE ALSO @@ -270,11 +267,11 @@ session optional pam_mail.so standard - + AUTHOR pam_mail was written by Andrew G. Morgan <morgan@kernel.org>. - + \ No newline at end of file -- cgit v1.2.3