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_faildelay/README.xml | 32 ++++++++------------------ modules/pam_faildelay/pam_faildelay.8.xml | 37 ++++++++++++++----------------- 2 files changed, 26 insertions(+), 43 deletions(-) (limited to 'modules/pam_faildelay') diff --git a/modules/pam_faildelay/README.xml b/modules/pam_faildelay/README.xml index 64d4accc..8530a3d0 100644 --- a/modules/pam_faildelay/README.xml +++ b/modules/pam_faildelay/README.xml @@ -1,41 +1,27 @@ - - ---> -]> +
-
- - + - <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" - href="pam_faildelay.8.xml" xpointer='xpointer(//refnamediv[@id = "pam_faildelay-name"]/*)'/> + <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="pam_faildelay.8.xml" xpointer='xpointer(id("pam_faildelay-name")/*)'/> - +
- +
- +
- +
- +
-
+
\ No newline at end of file diff --git a/modules/pam_faildelay/pam_faildelay.8.xml b/modules/pam_faildelay/pam_faildelay.8.xml index 57107203..c31b5076 100644 --- a/modules/pam_faildelay/pam_faildelay.8.xml +++ b/modules/pam_faildelay/pam_faildelay.8.xml @@ -1,33 +1,30 @@ - - - - + pam_faildelay 8 - Linux-PAM Manual + Linux-PAM + Linux-PAM Manual - + pam_faildelay Change the delay on failure per-application - + pam_faildelay.so - + debug - + delay=microseconds - + DESCRIPTION @@ -41,13 +38,13 @@ - + OPTIONS - + debug @@ -57,7 +54,7 @@ - + delay=N @@ -68,14 +65,14 @@ - + MODULE TYPES PROVIDED Only the module type is provided. - + RETURN VALUES @@ -97,7 +94,7 @@ - + EXAMPLES The following example will set the delay on failure to @@ -108,7 +105,7 @@ auth optional pam_faildelay.so delay=10000000 - + SEE ALSO @@ -126,11 +123,11 @@ auth optional pam_faildelay.so delay=10000000 - + AUTHOR pam_faildelay was written by Darren Tucker <dtucker@zip.com.au>. - + \ No newline at end of file -- cgit v1.2.3