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/gpg-agent.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/gpg-agent.texi')
-rw-r--r-- | doc/gpg-agent.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/gpg-agent.texi b/doc/gpg-agent.texi index 6d6cf97ec..08dd7f49f 100644 --- a/doc/gpg-agent.texi +++ b/doc/gpg-agent.texi @@ -177,7 +177,7 @@ Windows. If in @file{common.conf} the option @option{no-autostart} is set, any start attempts will be ignored. -In --supervised mode, different file descriptors can be provided for +In @option{--supervised} mode, different file descriptors can be provided for use as different socket types (e.g., ssh, extra) as long as they are identified in the environment variable @code{LISTEN_FDNAMES} (see sd_listen_fds(3) on some Linux distributions for more information on |