diff options
Diffstat (limited to 'doc/adg/pam_start.xml')
-rw-r--r-- | doc/adg/pam_start.xml | 20 |
1 files changed, 7 insertions, 13 deletions
diff --git a/doc/adg/pam_start.xml b/doc/adg/pam_start.xml index e5ec8481..c7ee4494 100644 --- a/doc/adg/pam_start.xml +++ b/doc/adg/pam_start.xml @@ -1,18 +1,12 @@ -<?xml version='1.0' encoding='UTF-8'?> -<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" - "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd"> -<section id='adg-pam_start'> +<section xmlns="http://docbook.org/ns/docbook" version="5.0" xml:id="adg-pam_start"> <title>Initialization of PAM transaction</title> <funcsynopsis> - <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" - href="../man/pam_start.3.xml" xpointer='xpointer(//funcsynopsis[@id = "pam_start-synopsis"]/*)'/> + <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="../man/pam_start.3.xml" xpointer='xpointer(id("pam_start-synopsis")/*)'/> </funcsynopsis> - <section id='adg-pam_start-description'> - <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" - href="../man/pam_start.3.xml" xpointer='xpointer(//refsect1[@id = "pam_start-description"]/*)'/> + <section xml:id="adg-pam_start-description"> + <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="../man/pam_start.3.xml" xpointer='xpointer(id("pam_start-description")/*)'/> </section> - <section id='adg-pam_start-return_values'> - <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" - href="../man/pam_start.3.xml" xpointer='xpointer(//refsect1[@id = "pam_start-return_values"]/*)'/> + <section xml:id="adg-pam_start-return_values"> + <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="../man/pam_start.3.xml" xpointer='xpointer(id("pam_start-return_values")/*)'/> </section> -</section> +</section>
\ No newline at end of file |