[svn] GnuPG - r3962 - trunk/doc
svn author dshaw
cvs at cvs.gnupg.org
Thu Dec 8 20:40:01 CET 2005
Author: dshaw
Date: 2005-12-08 20:39:59 +0100 (Thu, 08 Dec 2005)
New Revision: 3962
Modified:
trunk/doc/ChangeLog
trunk/doc/gpg.sgml
Log:
* gpg.sgml: Document --fetch-keys.
Modified: trunk/doc/ChangeLog
===================================================================
--- trunk/doc/ChangeLog 2005-12-08 15:37:26 UTC (rev 3961)
+++ trunk/doc/ChangeLog 2005-12-08 19:39:59 UTC (rev 3962)
@@ -1,3 +1,7 @@
+2005-12-08 David Shaw <dshaw at jabberwocky.com>
+
+ * gpg.sgml: Document --fetch-keys.
+
2005-12-07 David Shaw <dshaw at jabberwocky.com>
* gpg.sgml: Document -d. Add [file] to a few options.
Modified: trunk/doc/gpg.sgml
===================================================================
--- trunk/doc/gpg.sgml 2005-12-08 15:37:26 UTC (rev 3961)
+++ trunk/doc/gpg.sgml 2005-12-08 19:39:59 UTC (rev 3962)
@@ -44,6 +44,7 @@
<!entity ParmN "<parameter>n</parameter>">
<!entity ParmFlags "<parameter>flags</parameter>">
<!entity ParmString "<parameter>string</parameter>">
+<!entity ParmURIs "<parameter>URIs</parameter>">
<!entity ParmValue "<parameter>value</parameter>">
<!entity ParmNameValue "<parameter>name=value</parameter>">
<!entity ParmNameValues "<parameter>name=value1 <optional>value2 value3 ...</optional></parameter>">
@@ -741,7 +742,7 @@
</para></listitem></varlistentry>
<varlistentry>
-<term>--search-keys &OptParmNames;</term>
+<term>--search-keys &ParmNames;</term>
<listitem><para>
Search the keyserver for the given names. Multiple names given here
will be joined together to create the search string for the keyserver.
@@ -753,6 +754,14 @@
</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>
<term>--update-trustdb</term>
<listitem><para>
Do trust database maintenance. This command iterates over all keys
More information about the Gnupg-commits
mailing list