diff options
Diffstat (limited to 'modules/pam_warn/pam_warn.8.xml')
-rw-r--r-- | modules/pam_warn/pam_warn.8.xml | 31 |
1 files changed, 14 insertions, 17 deletions
diff --git a/modules/pam_warn/pam_warn.8.xml b/modules/pam_warn/pam_warn.8.xml index 1764ec92..a20c5f71 100644 --- a/modules/pam_warn/pam_warn.8.xml +++ b/modules/pam_warn/pam_warn.8.xml @@ -1,25 +1,22 @@ -<?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_warn"> +<refentry xmlns="http://docbook.org/ns/docbook" version="5.0" xml:id="pam_warn"> <refmeta> <refentrytitle>pam_warn</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_warn-name"> + <refnamediv xml:id="pam_warn-name"> <refname>pam_warn</refname> <refpurpose>PAM module which logs all PAM items if called</refpurpose> </refnamediv> <refsynopsisdiv> - <cmdsynopsis id="pam_warn-cmdsynopsis"> + <cmdsynopsis xml:id="pam_warn-cmdsynopsis" sepchar=" "> <command>pam_warn.so</command> </cmdsynopsis> </refsynopsisdiv> - <refsect1 id="pam_warn-description"> + <refsect1 xml:id="pam_warn-description"> <title>DESCRIPTION</title> <para> pam_warn is a PAM module that logs the service, terminal, user, @@ -28,17 +25,17 @@ <refentrytitle>syslog</refentrytitle><manvolnum>3</manvolnum> </citerefentry>. The items are not probed for, but instead obtained from the standard PAM items. The module always returns - <emphasis remap='B'>PAM_IGNORE</emphasis>, indicating that it + <emphasis remap="B">PAM_IGNORE</emphasis>, indicating that it does not want to affect the authentication process. </para> </refsect1> - <refsect1 id="pam_warn-options"> + <refsect1 xml:id="pam_warn-options"> <title>OPTIONS</title> <para>This module does not recognise any options.</para> </refsect1> - <refsect1 id="pam_warn-types"> + <refsect1 xml:id="pam_warn-types"> <title>MODULE TYPES PROVIDED</title> <para> The <option>auth</option>, <option>account</option>, @@ -47,7 +44,7 @@ </para> </refsect1> - <refsect1 id='pam_warn-return_values'> + <refsect1 xml:id="pam_warn-return_values"> <title>RETURN VALUES</title> <variablelist> <varlistentry> @@ -61,7 +58,7 @@ </variablelist> </refsect1> - <refsect1 id='pam_warn-examples'> + <refsect1 xml:id="pam_warn-examples"> <title>EXAMPLES</title> <programlisting> #%PAM-1.0 @@ -80,7 +77,7 @@ other session required pam_deny.so </programlisting> </refsect1> - <refsect1 id='pam_warn-see_also'> + <refsect1 xml:id="pam_warn-see_also"> <title>SEE ALSO</title> <para> <citerefentry> @@ -95,11 +92,11 @@ other session required pam_deny.so </para> </refsect1> - <refsect1 id='pam_warn-author'> + <refsect1 xml:id="pam_warn-author"> <title>AUTHOR</title> <para> pam_warn was written by Andrew G. Morgan <morgan@kernel.org>. </para> </refsect1> -</refentry> +</refentry>
\ No newline at end of file |