]> granicus.if.org Git - p11-kit/commitdiff
Mix in other documentation.
authorStef Walter <stefw@collabora.co.uk>
Thu, 31 Mar 2011 12:50:25 +0000 (14:50 +0200)
committerStef Walter <stefw@collabora.co.uk>
Thu, 31 Mar 2011 12:50:25 +0000 (14:50 +0200)
doc/Makefile.am
doc/p11-kit-config.xml
doc/p11-kit-docs.sgml
doc/p11-kit-sharing.xml [moved from doc/p11-kit-multiple-problem.xml with 100% similarity]
doc/style.css

index b18d86a99725c7f020f1a90321d6d17f16a767c8..fe65836205c13c52184aa528ece5f7d4c3309b73 100644 (file)
@@ -50,7 +50,7 @@ HTML_IMAGES=
 
 # Extra SGML files that are included by $(DOC_MAIN_SGML_FILE).
 # e.g. content_files=running.sgml building.sgml changes-2.0.sgml
-content_files=p11-kit-config.xml p11-kit-multiple-problem.xml
+content_files=p11-kit-config.xml p11-kit-sharing.xml
 
 # SGML files where gtk-doc abbrevations (#GtkWidget) are expanded
 # These files must be listed here *and* in content_files
index 851f5dce86f438bb9bdda503529255882b5b8329..2284265fbdce24845c2f384c29a92159cdd9963d 100644 (file)
@@ -35,7 +35,7 @@
                underscore.</para>
 
                <para>The value is specified after the name on the same line, separated
-               from it by a a <literal>:</literal> colon. White space between the
+               from it by a <literal>:</literal> (colon). White space between the
                name and value is ignored.</para>
 
                <para>Blank lines are ignored. White space at the beginning or end of
@@ -50,8 +50,7 @@
        # Here is a comment
 
        setting.2: A long value with text.
-       x-custom : text
-               </programlisting>
+       x-custom : text</programlisting>
 
        </section>
 
                user's home directory.</para>
 
                <para>
-                       The module config files are located XXX>
+                       The module config files are located in the
+                       <literal>/etc/pkcs11/modules</literal> directory, with one configuration
+                       file per module. In addition the <literal>~/.pkcs11/modules</literal>
+                       directory can be used for modules installed by the user.
                </para>
        </section>
 </chapter>
index d00cc36c8745f9f9dcccdde7f6b718ac3856bcb4..6a5f467b38e0048d1fd89d49912d1b9fb4c26108 100644 (file)
                <releaseinfo>for p11-kit &version;</releaseinfo>
        </bookinfo>
 
+       <xi:include href="p11-kit-config.xml"/>
+       <xi:include href="p11-kit-sharing.xml"/>
+
        <chapter>
                <title>Reference</title>
                <xi:include href="xml/p11-kit.xml"/>
                <xi:include href="xml/p11-kit-uri.xml"/>
                <xi:include href="xml/p11-kit-util.xml"/>
-               <index id="api-index-full">
-                       <title>API Index</title>
-                       <xi:include href="xml/api-index-full.xml"><xi:fallback /></xi:include>
-               </index>
        </chapter>
+
+       <index id="api-index-full">
+               <title>API Index</title>
+               <xi:include href="xml/api-index-full.xml"><xi:fallback /></xi:include>
+       </index>
 </book>
index 801516548478c84de6f61fb1c0eb5608930ac7a2..67ffff38498f179371e95ead66e648c8e7b79687 100644 (file)
@@ -40,22 +40,25 @@ DIV.book,
 DIV.refentry,
 DIV.chapter,
 DIV.index,
-DIV.footer {
+DIV.footer,
+DIV.section {
        font-family: Verdana, Arial, 'Bitstream Vera Sans', Helvetica, sans-serif;
        font-size: 9.5pt;
        line-height: 150%;
-       margin-right: 1em;
 }
 
-DIV.book,
-DIV.footer {
+BODY > DIV.book,
+BODY > DIV.footer {
        margin-left: 1em;
+       margin-right: 1em;
 }
 
-DIV.refentry,
-DIV.chapter,
-DIV.index {
+BODY > DIV.refentry,
+BODY > DIV.chapter,
+BODY > DIV.index,
+BODY > DIV.section {
        margin-left: 3em;
+       margin-right: 1em;
 }
 
 DIV.variablelist TABLE {