diff options
author | Werner Koch <wk@gnupg.org> | 2010-05-11 20:00:31 +0200 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2010-05-11 20:00:31 +0200 |
commit | f5551672fb82af31a22e3b649cd270a467dbadd9 (patch) | |
tree | 06eb2551200ea6a353c44b1e2d278479bb277ba1 /doc | |
parent | Fix for bug 1223 (diff) | |
download | gnupg2-f5551672fb82af31a22e3b649cd270a467dbadd9.tar.xz gnupg2-f5551672fb82af31a22e3b649cd270a467dbadd9.zip |
Update tests.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/gpg-agent.texi | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/doc/gpg-agent.texi b/doc/gpg-agent.texi index bd47eb1ce..7a1757d6c 100644 --- a/doc/gpg-agent.texi +++ b/doc/gpg-agent.texi @@ -433,13 +433,14 @@ 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 then fall back to this -socket. This option may not be used if the home directory is mounted as -a remote file system. Note, that @option{--use-standard-socket} is the -default on Windows systems. The default may be changed at build time. -It is possible to test at runtime whether the agent has been configured -for use with the standard socket by issuing the command -@command{gpg-agent --use-standard-socket-p} which returns success if the -standard socket option has been enabled. +socket. This option may not be used if the home directory is mounted on +a remote file system which does not support special files like fifos or +sockets. Note, that @option{--use-standard-socket} is the default on +Windows systems. The default may be changed at build time. It is +possible to test at runtime whether the agent has been configured for +use with the standard socket by issuing the command @command{gpg-agent +--use-standard-socket-p} which returns success if the standard socket +option has been enabled. @item --display @var{string} @itemx --ttyname @var{string} |