diff options
author | Jakub Jelen <jjelen@redhat.com> | 2018-12-06 15:55:04 +0100 |
---|---|---|
committer | Daiki Ueno <ueno@gnu.org> | 2018-12-06 17:54:03 +0100 |
commit | 4ee6545d0188e495f195b7fe5abbe9cc382a626d (patch) | |
tree | e6d9f349da89b335e6eaf38756f89d0b76916a25 /doc | |
parent | b9eceda29965af989ad2150082454ae353266fa5 (diff) |
doc: Make log-calls match the rest of the document style
Diffstat (limited to 'doc')
-rw-r--r-- | doc/manual/pkcs11.conf.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/manual/pkcs11.conf.xml b/doc/manual/pkcs11.conf.xml index c1e2cab..1ae6ef6 100644 --- a/doc/manual/pkcs11.conf.xml +++ b/doc/manual/pkcs11.conf.xml @@ -178,7 +178,7 @@ remote: |ssh user@remote p11-kit remote /path/to/module.so </listitem> </varlistentry> <varlistentry id="option-log-calls"> - <term>log-calls:</term> + <term><option>log-calls:</option></term> <listitem> <para>Set to <literal>yes</literal> to write a log to stderr of all the calls into the module. This is only supported for managed modules.</para> @@ -226,7 +226,7 @@ remote: |ssh user@remote p11-kit remote /path/to/module.so </listitem> </varlistentry> <varlistentry> - <term>log-calls:</term> + <term><option>log-calls:</option></term> <listitem> <para>Set to <literal>yes</literal> to write a log to stderr of all the calls into all configured modules. This is only supported for managed |