1
0
mirror of git://git.gnupg.org/gnupg.git synced 2025-01-10 13:04:23 +01:00

* gpg.sgml: Document export-minimal.

This commit is contained in:
David Shaw 2004-11-26 16:46:53 +00:00
parent 6dedf7a068
commit dae90866f4
2 changed files with 15 additions and 4 deletions

View File

@ -1,3 +1,7 @@
2004-11-26 David Shaw <dshaw@jabberwocky.com>
* gpg.sgml: Document export-minimal.
2004-10-28 David Shaw <dshaw@jabberwocky.com> 2004-10-28 David Shaw <dshaw@jabberwocky.com>
* DETAILS: Document SIG_SUBPACKET status tag. * DETAILS: Document SIG_SUBPACKET status tag.

View File

@ -1307,7 +1307,7 @@ opposite meaning. The options are:
<variablelist> <variablelist>
<varlistentry> <varlistentry>
<term>allow-local-sigs</term> <term>import-local-sigs</term>
<listitem><para> <listitem><para>
Allow importing key signatures marked as "local". This is not Allow importing key signatures marked as "local". This is not
generally useful unless a shared keyring scheme is being used. generally useful unless a shared keyring scheme is being used.
@ -1344,7 +1344,7 @@ opposite meaning. The options are:
<variablelist> <variablelist>
<varlistentry> <varlistentry>
<term>include-local-sigs</term> <term>export-local-sigs</term>
<listitem><para> <listitem><para>
Allow exporting key signatures marked as "local". This is not Allow exporting key signatures marked as "local". This is not
generally useful unless a shared keyring scheme is being used. generally useful unless a shared keyring scheme is being used.
@ -1352,7 +1352,7 @@ Defaults to no.
</para></listitem></varlistentry> </para></listitem></varlistentry>
<varlistentry> <varlistentry>
<term>include-attributes</term> <term>export-attributes</term>
<listitem><para> <listitem><para>
Include attribute user IDs (photo IDs) while exporting. This is Include attribute user IDs (photo IDs) while exporting. This is
useful to export keys if they are going to be used by an OpenPGP useful to export keys if they are going to be used by an OpenPGP
@ -1360,12 +1360,19 @@ program that does not accept attribute user IDs. Defaults to yes.
</para></listitem></varlistentry> </para></listitem></varlistentry>
<varlistentry> <varlistentry>
<term>include-sensitive-revkeys</term> <term>export-sensitive-revkeys</term>
<listitem><para> <listitem><para>
Include designated revoker information that was marked as Include designated revoker information that was marked as
"sensitive". Defaults to no. "sensitive". Defaults to no.
</para></listitem></varlistentry> </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> </variablelist>
</para></listitem></varlistentry> </para></listitem></varlistentry>