gnupg/doc (ChangeLog gpg.sgml)
cvs user dshaw
cvs at cvs.gnupg.org
Fri Nov 26 17:39:54 CET 2004
Date: Friday, November 26, 2004 @ 17:46:53
Author: dshaw
Path: /cvs/gnupg/gnupg/doc
Modified: ChangeLog gpg.sgml
* gpg.sgml: Document export-minimal.
-----------+
ChangeLog | 4 ++++
gpg.sgml | 15 +++++++++++----
2 files changed, 15 insertions(+), 4 deletions(-)
Index: gnupg/doc/ChangeLog
diff -u gnupg/doc/ChangeLog:1.85 gnupg/doc/ChangeLog:1.86
--- gnupg/doc/ChangeLog:1.85 Fri Oct 29 00:08:15 2004
+++ gnupg/doc/ChangeLog Fri Nov 26 17:46:53 2004
@@ -1,3 +1,7 @@
+2004-11-26 David Shaw <dshaw at jabberwocky.com>
+
+ * gpg.sgml: Document export-minimal.
+
2004-10-28 David Shaw <dshaw at jabberwocky.com>
* DETAILS: Document SIG_SUBPACKET status tag.
Index: gnupg/doc/gpg.sgml
diff -u gnupg/doc/gpg.sgml:1.76 gnupg/doc/gpg.sgml:1.77
--- gnupg/doc/gpg.sgml:1.76 Tue Oct 19 05:04:14 2004
+++ gnupg/doc/gpg.sgml Fri Nov 26 17:46:53 2004
@@ -1307,7 +1307,7 @@
<variablelist>
<varlistentry>
-<term>allow-local-sigs</term>
+<term>import-local-sigs</term>
<listitem><para>
Allow importing key signatures marked as "local". This is not
generally useful unless a shared keyring scheme is being used.
@@ -1344,7 +1344,7 @@
<variablelist>
<varlistentry>
-<term>include-local-sigs</term>
+<term>export-local-sigs</term>
<listitem><para>
Allow exporting key signatures marked as "local". This is not
generally useful unless a shared keyring scheme is being used.
@@ -1352,7 +1352,7 @@
</para></listitem></varlistentry>
<varlistentry>
-<term>include-attributes</term>
+<term>export-attributes</term>
<listitem><para>
Include attribute user IDs (photo IDs) while exporting. This is
useful to export keys if they are going to be used by an OpenPGP
@@ -1360,12 +1360,19 @@
</para></listitem></varlistentry>
<varlistentry>
-<term>include-sensitive-revkeys</term>
+<term>export-sensitive-revkeys</term>
<listitem><para>
Include designated revoker information that was marked as
"sensitive". Defaults to no.
</para></listitem></varlistentry>
+<varlistentry>
+<term>export-minimal</term>
+<listitem><para>
+Export the smallest key possible. Currently this is done by leaving
+out any signatures that are not self-signatures. Defaults to no.
+</para></listitem></varlistentry>
+
</variablelist>
</para></listitem></varlistentry>
More information about the Gnupg-commits
mailing list