diff options
author | Thorsten Kukuk <kukuk@thkukuk.de> | 2006-06-28 12:01:12 +0000 |
---|---|---|
committer | Thorsten Kukuk <kukuk@thkukuk.de> | 2006-06-28 12:01:12 +0000 |
commit | 48e2b87e275afd5060bfed2790dd9044fa665150 (patch) | |
tree | 3c9b5e5bb999e4d058d93f581fc46eb087f69d5d /doc/sag/pam_umask.xml | |
parent | 62270f9325dfb92ec784e7bec2c384266650c1f4 (diff) | |
download | pam-48e2b87e275afd5060bfed2790dd9044fa665150.tar.gz pam-48e2b87e275afd5060bfed2790dd9044fa665150.tar.bz2 pam-48e2b87e275afd5060bfed2790dd9044fa665150.zip |
Relevant BUGIDs:
Purpose of commit: new feature
Commit summary:
---------------
2006-06-28 Thorsten Kukuk <kukuk@thkukuk.de>
* configure.in: Remove checks for sgml* tools.
* doc/sag: System Administrator Guide as XML source.
* doc/sag/Makefile.am: New.
* doc/sag/Linux-PAM_SAG.xml: New, main XML document.
* doc/sag/pam_*.xml: New, wrapper to include module documentation.
Diffstat (limited to 'doc/sag/pam_umask.xml')
-rw-r--r-- | doc/sag/pam_umask.xml | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/doc/sag/pam_umask.xml b/doc/sag/pam_umask.xml new file mode 100644 index 00000000..af68f647 --- /dev/null +++ b/doc/sag/pam_umask.xml @@ -0,0 +1,34 @@ +<?xml version='1.0' encoding='UTF-8'?> +<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" + "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd"> +<section id='sag-pam_umask'> + <title>pam_umask - set the file mode creation mask</title> + <cmdsynopsis> + <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" + href="../../modules/pam_umask/pam_umask.8.xml" xpointer='xpointer(//cmdsynopsis[@id = "pam_umask-cmdsynopsis"]/*)'/> + </cmdsynopsis> + <section id='sag-pam_umask-description'> + <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" + href="../../modules/pam_umask/pam_umask.8.xml" xpointer='xpointer(//refsect1[@id = "pam_umask-description"]/*)'/> + </section> + <section id='sag-pam_umask-options'> + <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" + href="../../modules/pam_umask/pam_umask.8.xml" xpointer='xpointer(//refsect1[@id = "pam_umask-options"]/*)'/> + </section> + <section id='sag-pam_umask-services'> + <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" + href="../../modules/pam_umask/pam_umask.8.xml" xpointer='xpointer(//refsect1[@id = "pam_umask-services"]/*)'/> + </section> + <section id='sag-pam_umask-return_values'> + <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" + href="../../modules/pam_umask/pam_umask.8.xml" xpointer='xpointer(//refsect1[@id = "pam_umask-return_values"]/*)'/> + </section> + <section id='sag-pam_umask-examples'> + <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" + href="../../modules/pam_umask/pam_umask.8.xml" xpointer='xpointer(//refsect1[@id = "pam_umask-examples"]/*)'/> + </section> + <section id='sag-pam_umask-author'> + <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" + href="../../modules/pam_umask/pam_umask.8.xml" xpointer='xpointer(//refsect1[@id = "pam_umask-author"]/*)'/> + </section> +</section> |