[svn] GnuPG - r4763 - trunk/doc
svn author marcus
cvs at cvs.gnupg.org
Thu May 15 12:59:36 CEST 2008
Author: marcus
Date: 2008-05-15 12:59:35 +0200 (Thu, 15 May 2008)
New Revision: 4763
Modified:
trunk/doc/ChangeLog
trunk/doc/gpg.texi
Log:
2008-05-15 Marcus Brinkmann <marcus at g10code.de>
* gpg.texi (Operational GPG Commands): Mention the way to change
the default signing key.
Modified: trunk/doc/ChangeLog
===================================================================
--- trunk/doc/ChangeLog 2008-05-09 10:03:55 UTC (rev 4762)
+++ trunk/doc/ChangeLog 2008-05-15 10:59:35 UTC (rev 4763)
@@ -1,3 +1,8 @@
+2008-05-15 Marcus Brinkmann <marcus at g10code.de>
+
+ * gpg.texi (Operational GPG Commands): Mention the way to change
+ the default signing key.
+
2008-05-06 Werner Koch <wk at g10code.com>
* Makefile.am (myman_pages): Add gpg-zip.1.
Modified: trunk/doc/gpg.texi
===================================================================
--- trunk/doc/gpg.texi 2008-05-09 10:03:55 UTC (rev 4762)
+++ trunk/doc/gpg.texi 2008-05-15 10:59:35 UTC (rev 4763)
@@ -175,19 +175,24 @@
@itemx -s
@opindex sign
Make a signature. This command may be combined with @option{--encrypt}
-(for a signed and encrypted message), @option{--symmetric} (for a signed
-and symmetrically encrypted message), or @option{--encrypt} and
+(for a signed and encrypted message), @option{--symmetric} (for a
+signed and symmetrically encrypted message), or @option{--encrypt} and
@option{--symmetric} together (for a signed message that may be
-decrypted via a secret key or a passphrase).
+decrypted via a secret key or a passphrase). The key to be used for
+signing is chosen by default or can be set with the
+ at option{--local-user} and @option{--default-key} options.
@item --clearsign
@opindex clearsign
-Make a clear text signature. The content in a clear text signature is
-readable without any special software. OpenPGP software is only
-needed to verify the signature. Clear text signatures may modify
-end-of-line whitespace for platform independence and are not intended
-to be reversible.
+Make a clear text signature. The content in a clear text signature is
+readable without any special software. OpenPGP software is only needed
+to verify the signature. Clear text signatures may modify end-of-line
+whitespace for platform independence and are not intended to be
+reversible. The key to be used for signing is chosen by default or
+can be set with the @option{--local-user} and @option{--default-key}
+options.
+
@item --detach-sign
@itemx -b
@opindex detach-sign
More information about the Gnupg-commits
mailing list