]> granicus.if.org Git - p11-kit/commitdiff
doc: Add identifiers to doc sections so gtk-doc doesn't autogen them
authorStef Walter <stef@thewalter.net>
Thu, 18 Jul 2013 15:14:42 +0000 (17:14 +0200)
committerStef Walter <stef@thewalter.net>
Thu, 18 Jul 2013 15:33:15 +0000 (17:33 +0200)
doc/manual/p11-kit-config.xml
doc/manual/p11-kit.xml
doc/manual/pkcs11.conf.xml

index ec17b1ba86bd4d35e78d1bab4f375c2377777288..b00d56ccb5603dc5ff956ee5437a7573168cd9a5 100644 (file)
@@ -80,7 +80,7 @@ critical: yes
 
 </section>
 
-<section>
+<section id="config-files">
        <title>Configuration Files</title>
 
        <para>A complete configuration consists of several files. These files are
index b51022face2c84174483b36227545e1f18532556..325f5db756e15ce6ccbe46981b8a9533e8b1c38e 100644 (file)
@@ -38,7 +38,7 @@
        </cmdsynopsis>
 </refsynopsisdiv>
 
-<refsect1>
+<refsect1 id="p11-kit-description">
        <title>Description</title>
        <para><command>p11-kit</command> is a command line tool that
        can be used to perform operations on PKCS#11 modules configured on the
@@ -62,7 +62,7 @@
 
 </refsect1>
 
-<refsect1>
+<refsect1 id="p11-kit-list-modules">
        <title>List Modules</title>
 
        <para>List system configured PKCS#11 modules.</para>
@@ -76,7 +76,7 @@ $ p11-kit list-modules
 
 </refsect1>
 
-<refsect1>
+<refsect1 id="p11-kit-extract">
        <title>Extract</title>
 
        <para>Extract certificates from configured PKCS#11 modules.</para>
@@ -205,7 +205,7 @@ $ p11-kit extract --format=x509-directory --filter=ca-anchors /path/to/directory
 
 </refsect1>
 
-<refsect1>
+<refsect1 id="p11-kit-extract-trust">
        <title>Extract Trust</title>
 
        <para>Extract standard trust information files.</para>
@@ -224,7 +224,7 @@ $ p11-kit extract-trust
 
 </refsect1>
 
-<refsect1>
+<refsect1 id="p11-kit-extract-bugs">
   <title>Bugs</title>
   <para>
     Please send bug reports to either the distribution bug tracker
@@ -233,7 +233,7 @@ $ p11-kit extract-trust
   </para>
 </refsect1>
 
-<refsect1>
+<refsect1 id="p11-kit-extract-see-also">
   <title>See also</title>
     <simplelist type="inline">
         <member><citerefentry><refentrytitle>pkcs11.conf</refentrytitle><manvolnum>5</manvolnum></citerefentry></member>
index 14b1783ad8608d21c7b410872df09188d4693414..0b61b6f5a5ec8b26bddb6b5e43fcc3c74cce48a0 100644 (file)
@@ -6,7 +6,7 @@
   <!ENTITY userdir SYSTEM "userdir.xml">
 ]>
 
-<refentry id="pkcs11.conf">
+<refentry id="pkcs11-conf">
 
 <refentryinfo>
        <title>pkcs11.conf</title>
@@ -32,7 +32,7 @@
        <refpurpose>Configuration files for PKCS#11 modules</refpurpose>
 </refnamediv>
 
-<refsect1>
+<refsect1 id="pkcs11-conf-description">
        <title>Description</title>
        <para>The <command>pkcs11.conf</command> configuration files are a standard
        way to configure PKCS#11 modules.</para>
@@ -254,7 +254,7 @@ x-custom : text
        <literal>pkg-config</literal>.</para>
 </refsect1>
 
-<refsect1>
+<refsect1 id="pkcs11-conf-see-also">
        <title>See also</title>
        <simplelist type="inline">
                <member><citerefentry><refentrytitle>p11-kit</refentrytitle><manvolnum>8</manvolnum></citerefentry></member>