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_issue/README.xml | 32 ++++++-------------- modules/pam_issue/pam_issue.8.xml | 63 +++++++++++++++++++-------------------- 2 files changed, 39 insertions(+), 56 deletions(-) (limited to 'modules/pam_issue') diff --git a/modules/pam_issue/README.xml b/modules/pam_issue/README.xml index b5b61c3a..36742c77 100644 --- a/modules/pam_issue/README.xml +++ b/modules/pam_issue/README.xml @@ -1,41 +1,27 @@ - - ---> -]> +
-
- - + - <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" - href="pam_issue.8.xml" xpointer='xpointer(//refnamediv[@id = "pam_issue-name"]/*)'/> + <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="pam_issue.8.xml" xpointer='xpointer(id("pam_issue-name")/*)'/> - +
- +
- +
- +
- +
-
+
\ No newline at end of file diff --git a/modules/pam_issue/pam_issue.8.xml b/modules/pam_issue/pam_issue.8.xml index fb9b7377..20d32451 100644 --- a/modules/pam_issue/pam_issue.8.xml +++ b/modules/pam_issue/pam_issue.8.xml @@ -1,110 +1,107 @@ - - - - + pam_issue 8 - Linux-PAM Manual + Linux-PAM + Linux-PAM Manual - + pam_issue PAM module to add issue file to user prompt - + pam_issue.so - + noesc - + issue=issue-file-name - + DESCRIPTION pam_issue is a PAM module to prepend an issue file to the username prompt. It also by default parses escape codes in the issue file - similar to some common getty's (using \x format). + similar to some common getty's (using \x format). Recognized escapes: - \d + \d current day - \l + \l name of this tty - \m + \m machine architecture (uname -m) - \n + \n machine's network node hostname (uname -n) - \o + \o domain name of this system - \r + \r release number of operating system (uname -r) - \t + \t current time - \s + \s operating system name (uname -s) - \u + \u number of users currently logged in - \U + \U - same as \u except it is suffixed with "user" or + same as \u except it is suffixed with "user" or "users" (eg. "1 user" or "10 users") - \v + \v operating system version and build date (uname -v) @@ -113,7 +110,7 @@ - + OPTIONS @@ -121,7 +118,7 @@ - + noesc @@ -132,7 +129,7 @@ - + issue=issue-file-name @@ -146,14 +143,14 @@ - + MODULE TYPES PROVIDED Only the module type is provided. - + RETURN VALUES @@ -198,7 +195,7 @@ - + EXAMPLES Add the following line to /etc/pam.d/login to @@ -209,7 +206,7 @@ - + SEE ALSO @@ -224,11 +221,11 @@ - + AUTHOR pam_issue was written by Ben Collins <bcollins@debian.org>. - + \ No newline at end of file -- cgit v1.2.3