diff options
author | NIIBE Yutaka <[email protected]> | 2023-11-02 06:05:19 +0000 |
---|---|---|
committer | NIIBE Yutaka <[email protected]> | 2023-11-02 06:05:19 +0000 |
commit | c2812a9bbc3539e40bde0c9ea804aee39147a87c (patch) | |
tree | 903b6f9655244be7c453529f0896ce44a9bada1a /doc/dirmngr.texi | |
parent | g10: Fix uninitalized variable use in sign_file (diff) | |
download | gnupg-c2812a9bbc3539e40bde0c9ea804aee39147a87c.tar.gz gnupg-c2812a9bbc3539e40bde0c9ea804aee39147a87c.zip |
doc: Fix to avoid using en-dash for command options.
--
GnuPG-bug-id: 6746
Signed-off-by: NIIBE Yutaka <[email protected]>
Diffstat (limited to 'doc/dirmngr.texi')
-rw-r--r-- | doc/dirmngr.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/dirmngr.texi b/doc/dirmngr.texi index 0d0cb018d..9fc58ea24 100644 --- a/doc/dirmngr.texi +++ b/doc/dirmngr.texi @@ -295,7 +295,7 @@ seconds. @opindex connect-quick-timeout Set the timeout for HTTP and generic TCP connection attempts to N seconds. The value set with the quick variant is used when the ---quick option has been given to certain Assuan commands. The quick +@option{--quick} option has been given to certain Assuan commands. The quick value is capped at the value of the regular connect timeout. The default values are 15 and 2 seconds. Note that the timeout values are for each connection attempt; the connection code will attempt to |