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_warn/README.xml | 32 +++++++++----------------------- modules/pam_warn/pam_warn.8.xml | 31 ++++++++++++++----------------- 2 files changed, 23 insertions(+), 40 deletions(-) (limited to 'modules/pam_warn') diff --git a/modules/pam_warn/README.xml b/modules/pam_warn/README.xml index 4367c28f..56093f80 100644 --- a/modules/pam_warn/README.xml +++ b/modules/pam_warn/README.xml @@ -1,41 +1,27 @@ - - ---> -]> +
-
- - + - <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" - href="pam_warn.8.xml" xpointer='xpointer(//refnamediv[@id = "pam_warn-name"]/*)'/> + <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="pam_warn.8.xml" xpointer='xpointer(id("pam_warn-name")/*)'/> - +
- +
- +
- +
- +
-
+
\ No newline at end of file diff --git a/modules/pam_warn/pam_warn.8.xml b/modules/pam_warn/pam_warn.8.xml index 1764ec92..a20c5f71 100644 --- a/modules/pam_warn/pam_warn.8.xml +++ b/modules/pam_warn/pam_warn.8.xml @@ -1,25 +1,22 @@ - - - - + pam_warn 8 - Linux-PAM Manual + Linux-PAM + Linux-PAM Manual - + pam_warn PAM module which logs all PAM items if called - + pam_warn.so - + DESCRIPTION pam_warn is a PAM module that logs the service, terminal, user, @@ -28,17 +25,17 @@ syslog3 . The items are not probed for, but instead obtained from the standard PAM items. The module always returns - PAM_IGNORE, indicating that it + PAM_IGNORE, indicating that it does not want to affect the authentication process. - + OPTIONS This module does not recognise any options. - + MODULE TYPES PROVIDED The , , @@ -47,7 +44,7 @@ - + RETURN VALUES @@ -61,7 +58,7 @@ - + EXAMPLES #%PAM-1.0 @@ -80,7 +77,7 @@ other session required pam_deny.so - + SEE ALSO @@ -95,11 +92,11 @@ other session required pam_deny.so - + AUTHOR pam_warn was written by Andrew G. Morgan <morgan@kernel.org>. - + \ No newline at end of file -- cgit v1.2.3