diff options
author | Werner Koch <[email protected]> | 1999-04-28 11:06:52 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 1999-04-28 11:06:52 +0000 |
commit | dbb6174399c0fa48123359fc50e84dd11e545e71 (patch) | |
tree | 834338fae5acde97f05e0796a3c92f4da5dfa5e7 /doc | |
parent | See ChangeLog: Mon Apr 26 17:48:15 CEST 1999 Werner Koch (diff) | |
download | gnupg-dbb6174399c0fa48123359fc50e84dd11e545e71.tar.gz gnupg-dbb6174399c0fa48123359fc50e84dd11e545e71.zip |
See ChangeLog: Wed Apr 28 13:03:03 CEST 1999 Werner Koch
Diffstat (limited to 'doc')
-rw-r--r-- | doc/HACKING | 6 | ||||
-rw-r--r-- | doc/gpg.1pod | 7 |
2 files changed, 10 insertions, 3 deletions
diff --git a/doc/HACKING b/doc/HACKING index 24119a827..8b285cfcd 100644 --- a/doc/HACKING +++ b/doc/HACKING @@ -23,11 +23,11 @@ don't complain. CVS may put a high load on a server, so please don't poll poll for new updates but wait for an announcement; to receive this you may want to subscribe to: -by sending a mail with "subscribe" in the body to +by sending a mail with subject "subscribe" to Please run scripts/autogen.sh to create some required files. diff --git a/doc/gpg.1pod b/doc/gpg.1pod index 95f5c301f..9ec4d2ef4 100644 --- a/doc/gpg.1pod +++ b/doc/gpg.1pod @@ -120,6 +120,11 @@ B<--edit-key> I<name> non-exportbale and will therefore never be used by others. This may be used to make keys valid only in the local environment. + B<revsig> + Revoke a signature. GnuPG asks for every + every signature which has been done by one of + teh secret keys, whether a revocation + certificate should be generated. B<trust> Change the owner trust value. This updates the trust-db immediately and no save is required. @@ -131,6 +136,8 @@ B<--edit-key> I<name> Add a subkey to this key. B<delkey> Remove a subkey. + B<revkey> + Revoke a subkey. B<expire> Change the key expiration time. If a key is selected, the time of this key will be changed. |