From 4ba9fd4683d3e644cf9dc73147aa848d60b4c455 Mon Sep 17 00:00:00 2001 From: David Shaw Date: Thu, 8 Dec 2005 05:29:35 +0000 Subject: [PATCH] * gpg.sgml: Document -d. Add [file] to a few options. --- doc/ChangeLog | 4 ++++ doc/gpg.sgml | 14 +++++++------- 2 files changed, 11 insertions(+), 7 deletions(-) diff --git a/doc/ChangeLog b/doc/ChangeLog index 53c563467..cbc0782eb 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,7 @@ +2005-12-07 David Shaw + + * gpg.sgml: Document -d. Add [file] to a few options. + 2005-11-17 David Shaw * gpg.sgml: Clarify "xxxxx-clean" and "clean". Document diff --git a/doc/gpg.sgml b/doc/gpg.sgml index 2cf67758c..c96fbb839 100644 --- a/doc/gpg.sgml +++ b/doc/gpg.sgml @@ -105,7 +105,7 @@ a file containing keys is listed). --s, --sign +-s, --sign &OptParmFile; Make a signature. This command may be combined with --encrypt (for a signed and encrypted message), --symmetric (for a signed and @@ -116,21 +116,21 @@ or a passphrase). ---clearsign +--clearsign &OptParmFile; Make a clear text signature. --b, --detach-sign +-b, --detach-sign &OptParmFile; Make a detached signature. --e, --encrypt +-e, --encrypt &OptParmFile; Encrypt data. This option may be combined with --sign (for a signed and encrypted message), --symmetric (for a message that may be @@ -141,7 +141,7 @@ or a passphrase). --c, --symmetric +-c, --symmetric &OptParmFile; Encrypt with a symmetric cipher using a passphrase. The default symmetric cipher used is CAST5, but may be chosen with the @@ -154,14 +154,14 @@ secret key or a passphrase). ---store +--store &OptParmFile; Store only (make a simple RFC1991 packet). ---decrypt &OptParmFile; +-d, --decrypt &OptParmFile; Decrypt &ParmFile; (or stdin if no file is specified) and write it to stdout (or the file specified with