]> granicus.if.org Git - p11-kit/commitdiff
doc: Don't wrap the options in the pkcs11.conf manual page
authorStef Walter <stefw@gnome.org>
Thu, 7 Mar 2013 15:28:25 +0000 (16:28 +0100)
committerStef Walter <stefw@gnome.org>
Thu, 7 Mar 2013 15:28:25 +0000 (16:28 +0100)
doc/pkcs11.conf.xml

index 974cdf67bd3cdefa047eef8309f57b63a6194d66..3146f60fbe0543be2dcbcc3e524f4c1e6f07063f 100644 (file)
@@ -80,7 +80,7 @@ x-custom : text
 
        <variablelist>
        <varlistentry>
-               <term>module:</term>
+               <term><option>module:</option></term>
                <listitem>
                        <para>The filename of the PKCS#11 module to load.
                        This should include an extension like <literal>.so</literal></para>
@@ -93,7 +93,7 @@ x-custom : text
                </listitem>
        </varlistentry>
        <varlistentry>
-               <term>critical:</term>
+               <term><option>critical:</option></term>
                <listitem>
                        <para>Set to <literal>yes</literal> if the module is critical and
                        required to load. If a critical module fails to load or initialize,
@@ -104,7 +104,7 @@ x-custom : text
                </listitem>
        </varlistentry>
        <varlistentry>
-               <term>enable-in:</term>
+               <term><option>enable-in:</option></term>
                <listitem>
                        <para>A comma and/or space separated list of names of programs that
                        this module should only be loaded in. The module will not be loaded
@@ -116,7 +116,7 @@ x-custom : text
                </listitem>
        </varlistentry>
        <varlistentry>
-               <term>disable-in:</term>
+               <term><option>disable-in:</option></term>
                <listitem>
                        <para>A comma and/or space separated list of names of programs that
                        this module should not be loaded in. The module will be loaded for any
@@ -128,7 +128,7 @@ x-custom : text
                </listitem>
        </varlistentry>
        <varlistentry>
-               <term>trust-policy</term>
+               <term><option>trust-policy:</option></term>
                <listitem>
                        <para>If this setting is present then this module is used to load
                        trust policy information such as certificate anchors and black lists.
@@ -157,7 +157,7 @@ x-custom : text
 
        <variablelist>
        <varlistentry>
-               <term>user-config:</term>
+               <term><option>user-config:</option></term>
                <listitem><para>This will be equal to one of the following values:
                <literal>none</literal>, <literal>merge</literal>,
                <literal>only</literal>.</para></listitem>