diff options
Diffstat (limited to 'doc/man/pam_putenv.3.xml')
-rw-r--r-- | doc/man/pam_putenv.3.xml | 20 |
1 files changed, 9 insertions, 11 deletions
diff --git a/doc/man/pam_putenv.3.xml b/doc/man/pam_putenv.3.xml index 2d4afbc5..7267046f 100644 --- a/doc/man/pam_putenv.3.xml +++ b/doc/man/pam_putenv.3.xml @@ -1,14 +1,12 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN" - "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd"> -<refentry id='pam_putenv'> +<refentry xmlns="http://docbook.org/ns/docbook" version="5.0" xml:id="pam_putenv"> <refmeta> <refentrytitle>pam_putenv</refentrytitle> <manvolnum>3</manvolnum> - <refmiscinfo class='setdesc'>Linux-PAM Manual</refmiscinfo> + <refmiscinfo class="source">Linux-PAM</refmiscinfo> + <refmiscinfo class="manual">Linux-PAM Manual</refmiscinfo> </refmeta> - <refnamediv id="pam_putenv-name"> + <refnamediv xml:id="pam_putenv-name"> <refname>pam_putenv</refname> <refpurpose>set or change PAM environment variable</refpurpose> </refnamediv> @@ -16,7 +14,7 @@ <!-- body begins here --> <refsynopsisdiv> - <funcsynopsis id='pam_putenv-synopsis'> + <funcsynopsis xml:id="pam_putenv-synopsis"> <funcsynopsisinfo>#include <security/pam_appl.h></funcsynopsisinfo> <funcprototype> <funcdef>int <function>pam_putenv</function></funcdef> @@ -27,7 +25,7 @@ </refsynopsisdiv> - <refsect1 id='pam_putenv-description'> + <refsect1 xml:id="pam_putenv-description"> <title>DESCRIPTION</title> <para> The <function>pam_putenv</function> function is used to @@ -83,7 +81,7 @@ </para> </refsect1> - <refsect1 id="pam_putenv-return_values"> + <refsect1 xml:id="pam_putenv-return_values"> <title>RETURN VALUES</title> <variablelist> <varlistentry> @@ -129,7 +127,7 @@ </variablelist> </refsect1> - <refsect1 id='pam_putenv-see_also'> + <refsect1 xml:id="pam_putenv-see_also"> <title>SEE ALSO</title> <para> <citerefentry> @@ -149,4 +147,4 @@ </citerefentry> </para> </refsect1> -</refentry> +</refentry>
\ No newline at end of file |