From 730dbae5c8bbc336850ad884f72cd58320d0148d Mon Sep 17 00:00:00 2001 From: David Shaw Date: Mon, 20 Jun 2005 18:04:39 +0000 Subject: * gpg.sgml: Document --edit-key/clean, import-clean, and export-clean. --- doc/ChangeLog | 5 +++++ doc/gpg.sgml | 62 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 67 insertions(+) diff --git a/doc/ChangeLog b/doc/ChangeLog index 970851139..0be0b3b64 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,8 @@ +2005-06-20 David Shaw + + * gpg.sgml: Document --edit-key/clean, import-clean, and + export-clean. + 2005-06-20 Werner Koch * gpg.sgml: Document smartcard related options. diff --git a/doc/gpg.sgml b/doc/gpg.sgml index e87528df8..6ae8af8ef 100644 --- a/doc/gpg.sgml +++ b/doc/gpg.sgml @@ -543,6 +543,36 @@ value of "none" removes a existing preferred keyserver. toggle Toggle between public and secret key listing. + + +clean + +Cleans keys by removing unusable pieces. This command can be used to +keep keys neat and clean, and it has no effect aside from that. + + + + +sigs + +Remove any signatures that are not usable by the trust calculations. +For example, this removes any signature that does not validate. It +also removes any signature that is superceded by a later signature, or +signatures that were revoked. + + + +uids + +Compact (by removing all signatures except the selfsig) any user ID +that is no longer usable (e.g. revoked, or expired). + + + + +If invoked with no arguments, both `sigs' and `uids' are cleaned. + + save @@ -1377,6 +1407,22 @@ During import, allow key updates to existing keys, but do not allow any new keys to be imported. Defaults to no. + +import-clean-sigs + +After import, remove any signatures from the new key that are not +usable. This is the same as running the --edit-key command "clean +sigs" after import. Defaults to no. + + + +import-clean-uids + +After import, compact (remove all signatures from) any user IDs from +the new key that are not usable. This is the same as running the +--edit-key command "clean uids" after import. Defaults to no. + + @@ -1418,6 +1464,22 @@ Export the smallest key possible. Currently this is done by leaving out any signatures that are not self-signatures. Defaults to no. + +export-clean-sigs + +Do not export any signatures that are not usable. This is the same as +running the --edit-key command "clean sigs" before export. Defaults +to no. + + + +export-clean-uids + +Compact (remove all signatures from) user IDs on the key being +exported if the user IDs are not usable. This is the same as running +the --edit-key command "clean uids" before export. Defaults to no. + + -- cgit v1.2.3