diff options
author | Stef Walter <stefw@gnome.org> | 2013-03-15 20:50:17 +0100 |
---|---|---|
committer | Stef Walter <stefw@gnome.org> | 2013-03-15 20:50:45 +0100 |
commit | 062c09fbcad6945d6c40c5f2ce47894abdf87b07 (patch) | |
tree | a029f15d7e5dd572edb56ee6b5ed4284f324c255 /doc | |
parent | 57e835d55f6eae39c25b97e35efe0cb58e46b897 (diff) |
Fix distcheck and documentation
Diffstat (limited to 'doc')
-rw-r--r-- | doc/manual/p11-kit-devel.xml | 15 |
1 files changed, 5 insertions, 10 deletions
diff --git a/doc/manual/p11-kit-devel.xml b/doc/manual/p11-kit-devel.xml index bbe6c0a..52535d3 100644 --- a/doc/manual/p11-kit-devel.xml +++ b/doc/manual/p11-kit-devel.xml @@ -204,16 +204,11 @@ $ make install listed in a module config file with a relative path.</para></listitem> </varlistentry> <varlistentry> - <term><option>--with-system-anchors</option></term> - <listitem><para>Specify the files or directories to look for system - certificate anchors. Multiple files and/or directories are specified with - a <literal>:</literal> in between them.</para></listitem> - </varlistentry> - <varlistentry> - <term><option>--with-system-certificates</option></term> - <listitem><para>Specify the files or directories to look for other - non-anchor system certificates. Multiple files and/or directories are - specified with a <literal>:</literal> in between them.</para></listitem> + <term><option>--with-trust-paths</option></term> + <listitem><para>Specify the files or directories to look for certificate + anchors and blacklists. Multiple files and/or directories are specified with + a <literal>:</literal> in between them. The first path has the highest + priority when searching for certificates.</para></listitem> </varlistentry> <varlistentry> <term><option>--with-system-config</option></term> |