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_umask/README.xml | 32 +++++++----------------- modules/pam_umask/pam_umask.8.xml | 51 ++++++++++++++++++--------------------- 2 files changed, 33 insertions(+), 50 deletions(-) (limited to 'modules/pam_umask') diff --git a/modules/pam_umask/README.xml b/modules/pam_umask/README.xml index 9afbe543..d2b82d10 100644 --- a/modules/pam_umask/README.xml +++ b/modules/pam_umask/README.xml @@ -1,41 +1,27 @@ - - ---> -]> +
-
- - + - <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" - href="pam_umask.8.xml" xpointer='xpointer(//refnamediv[@id = "pam_umask-name"]/*)'/> + <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="pam_umask.8.xml" xpointer='xpointer(id("pam_umask-name")/*)'/> - +
- +
- +
- +
- +
-
+
\ No newline at end of file diff --git a/modules/pam_umask/pam_umask.8.xml b/modules/pam_umask/pam_umask.8.xml index 7c4a310b..05276672 100644 --- a/modules/pam_umask/pam_umask.8.xml +++ b/modules/pam_umask/pam_umask.8.xml @@ -1,42 +1,39 @@ - - - - + pam_umask 8 - Linux-PAM Manual + Linux-PAM + Linux-PAM Manual - + pam_umask PAM module to set the file mode creation mask - + pam_umask.so - + debug - + silent - + usergroups - + nousergroups - + umask=mask - + DESCRIPTION @@ -81,7 +78,7 @@ - + OPTIONS @@ -89,7 +86,7 @@ - + debug @@ -100,7 +97,7 @@ - + silent @@ -111,20 +108,20 @@ - + usergroups If the user is not root and the username is the same as primary group name, the umask group bits are set to be the - same as owner bits (examples: 022 -> 002, 077 -> 007). + same as owner bits (examples: 022 -> 002, 077 -> 007). - + nousergroups @@ -137,7 +134,7 @@ - + umask=mask @@ -153,14 +150,14 @@ - + MODULE TYPES PROVIDED Only the type is provided. - + RETURN VALUES @@ -225,7 +222,7 @@ - + EXAMPLES Add the following line to /etc/pam.d/login to @@ -236,7 +233,7 @@ - + SEE ALSO @@ -251,11 +248,11 @@ - + AUTHOR pam_umask was written by Thorsten Kukuk <kukuk@thkukuk.de>. - + \ No newline at end of file -- cgit v1.2.3