1
0
mirror of git://git.gnupg.org/gnupg.git synced 2025-01-23 15:07:03 +01:00

* gpg.sgml: Document --fetch-keys.

This commit is contained in:
David Shaw 2005-12-08 19:39:59 +00:00
parent 735257ee1c
commit f8c4263b1a
2 changed files with 14 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2005-12-08 David Shaw <dshaw@jabberwocky.com>
* gpg.sgml: Document --fetch-keys.
2005-12-07 David Shaw <dshaw@jabberwocky.com> 2005-12-07 David Shaw <dshaw@jabberwocky.com>
* gpg.sgml: Document -d. Add [file] to a few options. * gpg.sgml: Document -d. Add [file] to a few options.

View File

@ -44,6 +44,7 @@
<!entity ParmN "<parameter>n</parameter>"> <!entity ParmN "<parameter>n</parameter>">
<!entity ParmFlags "<parameter>flags</parameter>"> <!entity ParmFlags "<parameter>flags</parameter>">
<!entity ParmString "<parameter>string</parameter>"> <!entity ParmString "<parameter>string</parameter>">
<!entity ParmURIs "<parameter>URIs</parameter>">
<!entity ParmValue "<parameter>value</parameter>"> <!entity ParmValue "<parameter>value</parameter>">
<!entity ParmNameValue "<parameter>name=value</parameter>"> <!entity ParmNameValue "<parameter>name=value</parameter>">
<!entity ParmNameValues "<parameter>name=value1 <optional>value2 value3 ...</optional></parameter>"> <!entity ParmNameValues "<parameter>name=value1 <optional>value2 value3 ...</optional></parameter>">
@ -741,7 +742,7 @@ keyservers set (see --keyserver-option honor-keyserver-url).
</para></listitem></varlistentry> </para></listitem></varlistentry>
<varlistentry> <varlistentry>
<term>--search-keys &OptParmNames;</term> <term>--search-keys &ParmNames;</term>
<listitem><para> <listitem><para>
Search the keyserver for the given names. Multiple names given here Search the keyserver for the given names. Multiple names given here
will be joined together to create the search string for the keyserver. will be joined together to create the search string for the keyserver.
@ -752,6 +753,14 @@ different keyserver types support different search methods. Currently
only LDAP supports them all. only LDAP supports them all.
</para></listitem></varlistentry> </para></listitem></varlistentry>
<varlistentry>
<term>--fetch-keys &ParmURIs;</term>
<listitem><para>
Retrieve keys located at the specified URIs. Note that different
installations of GnuPG may support different protocols (HTTP, FTP,
LDAP, etc.)
</para></listitem></varlistentry>
<varlistentry> <varlistentry>
<term>--update-trustdb</term> <term>--update-trustdb</term>
<listitem><para> <listitem><para>