diff options
author | Thorsten Kukuk <kukuk@thkukuk.de> | 2006-06-02 15:59:25 +0000 |
---|---|---|
committer | Thorsten Kukuk <kukuk@thkukuk.de> | 2006-06-02 15:59:25 +0000 |
commit | 030053679f75622b3c56f0161f6440344cac657f (patch) | |
tree | 23346eb8b3a11055abdadc2817ec3a8c44977378 /modules/pam_localuser/README.xml | |
parent | bad0ed8d159cb77466ed81a624355b1e80ead0dc (diff) | |
download | pam-030053679f75622b3c56f0161f6440344cac657f.tar.gz pam-030053679f75622b3c56f0161f6440344cac657f.tar.bz2 pam-030053679f75622b3c56f0161f6440344cac657f.zip |
Relevant BUGIDs:
Purpose of commit: new feature
Commit summary:
---------------
Convert manual page to XML and make it look like the other ones
Diffstat (limited to 'modules/pam_localuser/README.xml')
-rw-r--r-- | modules/pam_localuser/README.xml | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/modules/pam_localuser/README.xml b/modules/pam_localuser/README.xml new file mode 100644 index 00000000..4ab56d9d --- /dev/null +++ b/modules/pam_localuser/README.xml @@ -0,0 +1,41 @@ +<?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 pamaccess SYSTEM "pam_localuser.8.xml"> +--> +]> + +<article> + + <articleinfo> + + <title> + <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" + href="pam_localuser.8.xml" xpointer='xpointer(//refnamediv[@id = "pam_localuser-name"]/*)'/> + </title> + + </articleinfo> + + <section> + <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" + href="pam_localuser.8.xml" xpointer='xpointer(//refsect1[@id = "pam_localuser-description"]/*)'/> + </section> + + <section> + <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" + href="pam_localuser.8.xml" xpointer='xpointer(//refsect1[@id = "pam_localuser-options"]/*)'/> + </section> + + <section> + <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" + href="pam_localuser.8.xml" xpointer='xpointer(//refsect1[@id = "pam_localuser-examples"]/*)'/> + </section> + + <section> + <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" + href="pam_localuser.8.xml" xpointer='xpointer(//refsect1[@id = "pam_localuser-author"]/*)'/> + </section> + +</article> |