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_setquota/README.xml | 32 +++++------------ modules/pam_setquota/pam_setquota.8.xml | 64 ++++++++++++++++----------------- 2 files changed, 40 insertions(+), 56 deletions(-) (limited to 'modules/pam_setquota') diff --git a/modules/pam_setquota/README.xml b/modules/pam_setquota/README.xml index 4eeddecc..7f5e429d 100644 --- a/modules/pam_setquota/README.xml +++ b/modules/pam_setquota/README.xml @@ -1,41 +1,27 @@ - - ---> -]> +
-
- - + - <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" - href="pam_setquota.8.xml" xpointer='xpointer(//refnamediv[@id = "pam_setquota-name"]/*)'/> + <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="pam_setquota.8.xml" xpointer='xpointer(id("pam_setquota-name")/*)'/> - +
- +
- +
- +
- +
-
+
\ No newline at end of file diff --git a/modules/pam_setquota/pam_setquota.8.xml b/modules/pam_setquota/pam_setquota.8.xml index fe83c805..41644eeb 100644 --- a/modules/pam_setquota/pam_setquota.8.xml +++ b/modules/pam_setquota/pam_setquota.8.xml @@ -1,53 +1,51 @@ - - - - + pam_setquota 8 - Linux-PAM Manual + Linux-PAM + Linux-PAM Manual - + pam_setquota PAM module to set or modify disk quotas on session start - + pam_setquota.so - + fs=/home - + overwrite=0 - + debug=0 - + startuid=1000 - + enduid=0 - + bsoftlimit=19000 - + bhardlimit=20000 - + isoftlimit=3000 - + ihardlimit=4000 - + DESCRIPTION @@ -60,14 +58,14 @@ - + OPTIONS - + fs=/home @@ -78,7 +76,7 @@ - + overwrite=0 @@ -91,7 +89,7 @@ - + debug=0 @@ -103,7 +101,7 @@ - + startuid=1000 @@ -115,7 +113,7 @@ - + enduid=0 @@ -128,7 +126,7 @@ - + bsoftlimit=19000 @@ -142,7 +140,7 @@ - + bhardlimit=20000 @@ -156,7 +154,7 @@ - + isoftlimit=3000 @@ -169,7 +167,7 @@ - + ihardlimit=4000 @@ -184,14 +182,14 @@ - + MODULE TYPES PROVIDED Only the module type is provided. - + RETURN VALUES @@ -255,7 +253,7 @@ - + EXAMPLES A single invocation of `pam_setquota` applies a specific policy to a UID @@ -270,7 +268,7 @@ - + SEE ALSO @@ -285,7 +283,7 @@ - + AUTHOR pam_setquota was originally written by @@ -298,4 +296,4 @@ - + \ No newline at end of file -- cgit v1.2.3