diff options
Diffstat (limited to '')
-rw-r--r-- | doc/ChangeLog | 5 | ||||
-rw-r--r-- | doc/gpg-agent.texi | 6 | ||||
-rw-r--r-- | doc/scdaemon.texi | 3 |
3 files changed, 9 insertions, 5 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog index c8e955ef2..c5ff57691 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,8 @@ +2004-10-05 Werner Koch <[email protected]> + + * gpg-agent.texi (Invoking GPG-AGENT): Tell that GPG_TTY needs to + be set in all cases. + 2004-09-30 Werner Koch <[email protected]> * gpg.texi: New. diff --git a/doc/gpg-agent.texi b/doc/gpg-agent.texi index 26b5634cc..f361cbf6b 100644 --- a/doc/gpg-agent.texi +++ b/doc/gpg-agent.texi @@ -43,10 +43,8 @@ fi @end smallexample @noindent -If you want to use a curses based pinentry (which is usually also the -fallback mode for a GUI based pinentry), you should add these lines to -your @code{.bashrc} or whatever initialization file is used for all shell -invocations: +You should aleays add the following lines to your @code{.bashrc} or +whatever initialization file is used for all shell invocations: @smallexample GPG_TTY=`tty` diff --git a/doc/scdaemon.texi b/doc/scdaemon.texi index 42dedb6b4..872000175 100644 --- a/doc/scdaemon.texi +++ b/doc/scdaemon.texi @@ -170,7 +170,8 @@ default is 32768 (first USB device). @item --ctapi-driver @var{library} Use @var{library} to access the smartcard reader. The current default -is @code{libtowitoko.so}. +is @code{libtowitoko.so}. Note that the use of this interface is +deprecated; it may be removed in future releases. @item --allow-admin |