[svn] GnuPG - r3958 - trunk/doc

svn author dshaw cvs at cvs.gnupg.org
Thu Dec 8 06:29:36 CET 2005


Author: dshaw
Date: 2005-12-08 06:29:35 +0100 (Thu, 08 Dec 2005)
New Revision: 3958

Modified:
   trunk/doc/ChangeLog
   trunk/doc/gpg.sgml
Log:
* gpg.sgml: Document -d.  Add [file] to a few options.


Modified: trunk/doc/ChangeLog
===================================================================
--- trunk/doc/ChangeLog	2005-12-07 23:00:30 UTC (rev 3957)
+++ trunk/doc/ChangeLog	2005-12-08 05:29:35 UTC (rev 3958)
@@ -1,3 +1,7 @@
+2005-12-07  David Shaw  <dshaw at jabberwocky.com>
+
+	* gpg.sgml: Document -d.  Add [file] to a few options.
+
 2005-11-17  David Shaw  <dshaw at jabberwocky.com>
 
 	* gpg.sgml: Clarify "xxxxx-clean" and "clean".  Document

Modified: trunk/doc/gpg.sgml
===================================================================
--- trunk/doc/gpg.sgml	2005-12-07 23:00:30 UTC (rev 3957)
+++ trunk/doc/gpg.sgml	2005-12-08 05:29:35 UTC (rev 3958)
@@ -105,7 +105,7 @@
 <variablelist>
 
 <varlistentry>
-<term>-s, --sign</term>
+<term>-s, --sign &OptParmFile;</term>
 <listitem><para>
 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 @@
 
 
 <varlistentry>
-<term>--clearsign</term>
+<term>--clearsign &OptParmFile;</term>
 <listitem><para>
 Make a clear text signature.
 </para></listitem></varlistentry>
 
 
 <varlistentry>
-<term>-b, --detach-sign</term>
+<term>-b, --detach-sign &OptParmFile;</term>
 <listitem><para>
 Make a detached signature.
 </para></listitem></varlistentry>
 
 
 <varlistentry>
-<term>-e, --encrypt</term>
+<term>-e, --encrypt &OptParmFile;</term>
 <listitem><para>
 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 @@
 
 
 <varlistentry>
-<term>-c, --symmetric</term>
+<term>-c, --symmetric &OptParmFile;</term>
 <listitem><para>
 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 @@
 
 
 <varlistentry>
-<term>--store</term>
+<term>--store &OptParmFile;</term>
 <listitem><para>
 Store only (make a simple RFC1991 packet).
 </para></listitem></varlistentry>
 
 
 <varlistentry>
-<term>--decrypt &OptParmFile;</term>
+<term>-d, --decrypt &OptParmFile;</term>
 <listitem><para>
 Decrypt &ParmFile; (or stdin if no file is specified) and
 write it to stdout (or the file specified with




More information about the Gnupg-commits mailing list