diff options
author | Thorsten Kukuk <kukuk@thkukuk.de> | 2006-06-17 10:29:10 +0000 |
---|---|---|
committer | Thorsten Kukuk <kukuk@thkukuk.de> | 2006-06-17 10:29:10 +0000 |
commit | c9c4b5d6c58ff4042576d228249148da67d58196 (patch) | |
tree | 8d00ed36d176ecbe3ff0ae902b434aa3b822f7b8 /modules/pam_limits/README.xml | |
parent | 607a06e8e7db6e0171fa8b94e4859560a844ec24 (diff) | |
download | pam-c9c4b5d6c58ff4042576d228249148da67d58196.tar.gz pam-c9c4b5d6c58ff4042576d228249148da67d58196.tar.bz2 pam-c9c4b5d6c58ff4042576d228249148da67d58196.zip |
Relevant BUGIDs:
Purpose of commit: new feature
Commit summary:
---------------
2006-06-17 Thorsten Kukuk <kukuk@thkukuk.de>
* modules/pam_limits/Makefile.am: Include Make.xml.rules.
* modules/pam_limits/limits.conf.5: New, generated from xml file.
* modules/pam_limits/limits.conf.5.xml: New.
* modules/pam_limits/pam_limits.8: New, generated from xml file.
* modules/pam_limits/pam_limits.8.xml: New.
* modules/pam_limits/README.xml: New.
* modules/pam_limits/README: Regenerated from README.xml.
Diffstat (limited to 'modules/pam_limits/README.xml')
-rw-r--r-- | modules/pam_limits/README.xml | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/modules/pam_limits/README.xml b/modules/pam_limits/README.xml new file mode 100644 index 00000000..964a5a21 --- /dev/null +++ b/modules/pam_limits/README.xml @@ -0,0 +1,39 @@ +<?xml version="1.0" encoding='UTF-8'?> +<!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" +"http://www.docbook.org/xml/4.3/docbookx.dtd" +[ +<!-- +<!ENTITY pamlimits SYSTEM "pam_limits.8.xml"> +--> +<!-- +<!ENTITY limitsconf SYSTEM "limits.conf.5.xml"> +--> +]> + +<article> + + <articleinfo> + + <title> + <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" + href="pam_limits.8.xml" xpointer='xpointer(//refnamediv[@id = "pam_limits-name"]/*)'/> + </title> + + </articleinfo> + + <section> + <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" + href="pam_limits.8.xml" xpointer='xpointer(//refsect1[@id = "pam_limits-description"]/*)'/> + </section> + + <section> + <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" + href="pam_limits.8.xml" xpointer='xpointer(//refsect1[@id = "pam_limits-options"]/*)'/> + </section> + + <section> + <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" + href="limits.conf.5.xml" xpointer='xpointer(//refsect1[@id = "limits.conf-examples"]/*)'/> + </section> + +</article> |