diff options
author | Werner Koch <wk@gnupg.org> | 2007-06-19 11:11:11 +0200 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2007-06-19 11:11:11 +0200 |
commit | 540f9164c01dbbd1f8fc9abcd2ee67dbf6e1ee10 (patch) | |
tree | 298058ec8adf7c7c059ce7db127334a9ddb49bec /doc/gpg-agent.texi | |
parent | jnlib/ (diff) | |
download | gnupg2-540f9164c01dbbd1f8fc9abcd2ee67dbf6e1ee10.tar.xz gnupg2-540f9164c01dbbd1f8fc9abcd2ee67dbf6e1ee10.zip |
Made percent_escape more general.
Added regression tests support to jnlib.
W32 changes.
Diffstat (limited to 'doc/gpg-agent.texi')
-rw-r--r-- | doc/gpg-agent.texi | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/doc/gpg-agent.texi b/doc/gpg-agent.texi index 3f0412538..a079b3095 100644 --- a/doc/gpg-agent.texi +++ b/doc/gpg-agent.texi @@ -369,18 +369,20 @@ this option at runtime does not kill an already forked scdaemon. @item --use-standard-socket @itemx --no-use-standard-socket +@itemx --no-reuse-standard-socket @opindex use-standard-socket @opindex no-use-standard-socket +@opindex no-reuse-standard-socket By enabling this option @command{gpg-agent} will listen on the socket named @file{S.gpg-agent}, located in the home directory, and not create a random socket below a temporary directory. Tools connecting to @command{gpg-agent} should first try to connect to the socket given in environment variable @var{GPG_AGENT_INFO} and the fall back to this socket. This option may not be used if the home directory is mounted as -a remote file system. - -@noindent -Note, that as of now, W32 systems default to this option. +a remote file system. If @option{--no-reuse-standard-socket} is used, +@command{gpg-agent} will not try to reuse a socket which is already in +use. Note, that @option{--use-standard-socket} is the default on +Windows systems. @item --display @var{string} |