diff options
Diffstat (limited to 'modules/pam_deny')
-rw-r--r-- | modules/pam_deny/README.xml | 29 | ||||
-rw-r--r-- | modules/pam_deny/pam_deny.8.xml | 29 |
2 files changed, 21 insertions, 37 deletions
diff --git a/modules/pam_deny/README.xml b/modules/pam_deny/README.xml index ff2e82b0..d3ba53ce 100644 --- a/modules/pam_deny/README.xml +++ b/modules/pam_deny/README.xml @@ -1,36 +1,23 @@ -<?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_deny.8.xml"> ---> -]> +<article xmlns="http://docbook.org/ns/docbook" version="5.0"> -<article> - - <articleinfo> + <info> <title> - <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" - href="pam_deny.8.xml" xpointer='xpointer(//refnamediv[@id = "pam_deny-name"]/*)'/> + <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="pam_deny.8.xml" xpointer='xpointer(id("pam_deny-name")/*)'/> </title> - </articleinfo> + </info> <section> - <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" - href="pam_deny.8.xml" xpointer='xpointer(//refsect1[@id = "pam_deny-description"]/*)'/> + <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="pam_deny.8.xml" xpointer='xpointer(id("pam_deny-description")/*)'/> </section> <section> - <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" - href="pam_deny.8.xml" xpointer='xpointer(//refsect1[@id = "pam_deny-examples"]/*)'/> + <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="pam_deny.8.xml" xpointer='xpointer(id("pam_deny-examples")/*)'/> </section> <section> - <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" - href="pam_deny.8.xml" xpointer='xpointer(//refsect1[@id = "pam_deny-author"]/*)'/> + <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="pam_deny.8.xml" xpointer='xpointer(id("pam_deny-author")/*)'/> </section> -</article> +</article>
\ No newline at end of file diff --git a/modules/pam_deny/pam_deny.8.xml b/modules/pam_deny/pam_deny.8.xml index a9283582..db8fcb63 100644 --- a/modules/pam_deny/pam_deny.8.xml +++ b/modules/pam_deny/pam_deny.8.xml @@ -1,27 +1,24 @@ -<?xml version="1.0" encoding='UTF-8'?> -<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" - "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"> - -<refentry id="pam_deny"> +<refentry xmlns="http://docbook.org/ns/docbook" version="5.0" xml:id="pam_deny"> <refmeta> <refentrytitle>pam_deny</refentrytitle> <manvolnum>8</manvolnum> - <refmiscinfo class="sectdesc">Linux-PAM Manual</refmiscinfo> + <refmiscinfo class="source">Linux-PAM</refmiscinfo> + <refmiscinfo class="manual">Linux-PAM Manual</refmiscinfo> </refmeta> - <refnamediv id="pam_deny-name"> + <refnamediv xml:id="pam_deny-name"> <refname>pam_deny</refname> <refpurpose>The locking-out PAM module</refpurpose> </refnamediv> <refsynopsisdiv> - <cmdsynopsis id="pam_deny-cmdsynopsis"> + <cmdsynopsis xml:id="pam_deny-cmdsynopsis" sepchar=" "> <command>pam_deny.so</command> </cmdsynopsis> </refsynopsisdiv> - <refsect1 id="pam_deny-description"> + <refsect1 xml:id="pam_deny-description"> <title>DESCRIPTION</title> @@ -33,12 +30,12 @@ </refsect1> - <refsect1 id="pam_deny-options"> + <refsect1 xml:id="pam_deny-options"> <title>OPTIONS</title> <para>This module does not recognise any options.</para> </refsect1> - <refsect1 id="pam_deny-types"> + <refsect1 xml:id="pam_deny-types"> <title>MODULE TYPES PROVIDED</title> <para> All module types (<option>account</option>, <option>auth</option>, @@ -46,7 +43,7 @@ </para> </refsect1> - <refsect1 id='pam_deny-return_values'> + <refsect1 xml:id="pam_deny-return_values"> <title>RETURN VALUES</title> <para> <variablelist> @@ -91,7 +88,7 @@ </para> </refsect1> - <refsect1 id='pam_deny-examples'> + <refsect1 xml:id="pam_deny-examples"> <title>EXAMPLES</title> <programlisting> #%PAM-1.0 @@ -110,7 +107,7 @@ other session required pam_deny.so </programlisting> </refsect1> - <refsect1 id='pam_deny-see_also'> + <refsect1 xml:id="pam_deny-see_also"> <title>SEE ALSO</title> <para> <citerefentry> @@ -125,11 +122,11 @@ other session required pam_deny.so </para> </refsect1> - <refsect1 id='pam_deny-author'> + <refsect1 xml:id="pam_deny-author"> <title>AUTHOR</title> <para> pam_deny was written by Andrew G. Morgan <morgan@kernel.org> </para> </refsect1> -</refentry> +</refentry>
\ No newline at end of file |