1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-02 22:46:30 +02:00

use minimal posix sed

This commit is contained in:
Werner Koch 2006-04-12 10:36:23 +00:00
parent 8df71cf868
commit b2f4b15b7c
4 changed files with 20 additions and 8 deletions

View file

@ -1,3 +1,7 @@
2006-04-11 Michael Roth <mroth@nessie.de> (wk)
* gpg.sgml (passphrase-fd): Explain that only the first line is used.
2006-04-09 David Shaw <dshaw@jabberwocky.com>
* gpg.sgml: Some typo fixes. This is Debian 361324.

View file

@ -2340,18 +2340,20 @@ Enabled by default. --no-escape-from-lines disables this option.
<varlistentry>
<term>--passphrase-fd &ParmN;</term>
<listitem><para>
Read the passphrase from file descriptor &ParmN;. If you use 0 for
&ParmN;, the passphrase will be read from stdin. This can only be
used if only one passphrase is supplied.
Read the passphrase from file descriptor &ParmN;. Only the first line
will be read from file descriptor &ParmN;. If you use 0 for &ParmN;,
the passphrase will be read from stdin. This can only be used if only
one passphrase is supplied.
</para></listitem></varlistentry>
<varlistentry>
<term>--passphrase-file &ParmFile;</term>
<listitem><para>
Read the passphrase from file &ParmFile;. This can only be used if
only one passphrase is supplied. Obviously, a passphrase stored in a
file is of questionable security if other users can read this file.
Don't use this option if you can avoid it.
Read the passphrase from file &ParmFile;. Only the first line will
be read from file &ParmFile;. This can only be used if only one
passphrase is supplied. Obviously, a passphrase stored in a file is
of questionable security if other users can read this file. Don't use
this option if you can avoid it.
</para></listitem></varlistentry>
<varlistentry>