diff --git a/doc/ChangeLog b/doc/ChangeLog index 1db9704cf..4798b0ff2 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,7 @@ +2004-11-26 David Shaw + + * gpg.sgml: Document export-minimal. + 2004-10-28 David Shaw * DETAILS: Document SIG_SUBPACKET status tag. diff --git a/doc/gpg.sgml b/doc/gpg.sgml index ff28ffe25..2edc5ce1b 100644 --- a/doc/gpg.sgml +++ b/doc/gpg.sgml @@ -1307,7 +1307,7 @@ opposite meaning. The options are: -allow-local-sigs +import-local-sigs Allow importing key signatures marked as "local". This is not generally useful unless a shared keyring scheme is being used. @@ -1344,7 +1344,7 @@ opposite meaning. The options are: -include-local-sigs +export-local-sigs Allow exporting key signatures marked as "local". This is not generally useful unless a shared keyring scheme is being used. @@ -1352,7 +1352,7 @@ Defaults to no. -include-attributes +export-attributes 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 @@ program that does not accept attribute user IDs. Defaults to yes. -include-sensitive-revkeys +export-sensitive-revkeys Include designated revoker information that was marked as "sensitive". Defaults to no. + +export-minimal + +Export the smallest key possible. Currently this is done by leaving +out any signatures that are not self-signatures. Defaults to no. + +