diff options
author | Werner Koch <[email protected]> | 2005-04-21 14:39:00 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2005-04-21 14:39:00 +0000 |
commit | ec51140af03ea92a2a0737c4fc3536468fd3a409 (patch) | |
tree | 333b70c9a42fdc020e77774bc12d6c7e0e44604d /doc | |
parent | (main): Optionally allow the input file as command (diff) | |
download | gnupg-ec51140af03ea92a2a0737c4fc3536468fd3a409.tar.gz gnupg-ec51140af03ea92a2a0737c4fc3536468fd3a409.zip |
Preparing a releaseV1-9-16
Diffstat (limited to 'doc')
-rw-r--r-- | doc/gpg-agent.texi | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/doc/gpg-agent.texi b/doc/gpg-agent.texi index 52f1fe0d8..33c8c148c 100644 --- a/doc/gpg-agent.texi +++ b/doc/gpg-agent.texi @@ -465,14 +465,15 @@ Here is a list of supported signals: @item SIGHUP @cpindex SIGHUP -This signals flushes all chached passphrases and when the program was +This signal flushes all chached passphrases and if the program has been started with a configuration file, the configuration file is read again. Only certain options are honored: @code{quiet}, @code{verbose}, -@code{debug}, @code{debug-all}, @code{no-grab}, @code{pinentry-program}, -@code{default-cache-ttl} and @code{ignore-cache-for-signing}. -@code{scdaemon-program} is also supported but due to the current -implementation, which calls the scdaemon only once, it is not of much -use. +@code{debug}, @code{debug-all}, @code{debug-level}, @code{no-grab}, +@code{pinentry-program}, @code{default-cache-ttl}, @code{max-cache-ttl}, +@code{ignore-cache-for-signing}, @code{allow-mark-trusted} and +@code{disable-scdaemon}. @code{scdaemon-program} is also supported but +due to the current implementation, which calls the scdaemon only once, +it is not of much use unless you manually kill the scdaemon. @item SIGTERM |