diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ChangeLog | 8 | ||||
-rw-r--r-- | doc/gpg.sgml | 12 |
2 files changed, 15 insertions, 5 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog index 84bfcd55c..b099702e7 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,11 @@ +2001-08-08 Werner Koch <[email protected]> + + * gpg.sgml: Documented --print-mds and marked the --print-md * as + deprecated because it does not work in the W32 version. Suggested + by John Kane. + (WARNINGS): Typo fix. + (--with-colons): Clarified that the output is in UTF-8. + 2001-08-01 Werner Koch <[email protected]> * gpg.sgml: Added --ignore-valid-from diff --git a/doc/gpg.sgml b/doc/gpg.sgml index bf0836588..57c3f4400 100644 --- a/doc/gpg.sgml +++ b/doc/gpg.sgml @@ -522,10 +522,11 @@ values will be overwritten. <varlistentry> <term>--print-md <parameter>algo</parameter> &OptParmFiles;</term> +<term>--print-mds &OptParmFiles;</term> <listitem><para> -Print message digest of algorithm ALGO for all given files of stdin. -If "*" is used for the algorithm, digests for all available algorithms -are printed. +Print message digest of algorithm ALGO for all given files or stdin. +With the second form (or a deprecated "*" as algo) digests for all +available algorithms are printed. </para></listitem></varlistentry> @@ -1376,7 +1377,8 @@ verification is not needed. <varlistentry> <term>--with-colons</term> <listitem><para> -Print key listings delimited by colons. +Print key listings delimited by colons. Note, that the output will be +encoded in UTF-8 regardless of any --charset setting. </para></listitem></varlistentry> @@ -1760,7 +1762,7 @@ is *very* easy to spy out your passphrase! </para> <para> If you are going to verify detached signatures, make sure that the -program nows about it; either be giving both filenames on the +program knows about it; either be giving both filenames on the commandline or using <literal>-</literal> to specify stdin. </para> </refsect1> |