mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
Fixes here and there.
This commit is contained in:
parent
bffeb8738b
commit
0fa9ffe75c
10 changed files with 61 additions and 25 deletions
|
@ -1,3 +1,11 @@
|
|||
2001-08-08 Werner Koch <wk@gnupg.org>
|
||||
|
||||
* 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 <wk@gnupg.org>
|
||||
|
||||
* gpg.sgml: Added --ignore-valid-from
|
||||
|
|
12
doc/gpg.sgml
12
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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue