diff options
author | Todd Zullinger via Gnupg-devel <[email protected]> | 2024-06-14 16:49:28 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2024-06-25 07:43:23 +0000 |
commit | 95062e27c62c16aea312a31b1ea34b3e7d178878 (patch) | |
tree | ff19c56dea02af3b0c4652260a076b31b7ce79f5 | |
parent | gpg: Rename recently added import option no-seckeys to only-pubkeys. (diff) | |
download | gnupg-95062e27c62c16aea312a31b1ea34b3e7d178878.tar.gz gnupg-95062e27c62c16aea312a31b1ea34b3e7d178878.zip |
doc: fix home dir path in common.conf
* doc/examples/common.conf: fix home dir path
--
Fix a few typos in user-specific path of common.conf added in d13c5bc24
(gpg,gpgsm: Move use-keyboxd to the new conf file common.conf,
2021-04-19). The file is in the GnuPG home dir. Replace 'use if' with
'use of' as well.
Signed-off-by: Todd Zullinger <[email protected]>
-rw-r--r-- | doc/examples/common.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/examples/common.conf b/doc/examples/common.conf index d58c43c3b..7fcd36bb9 100644 --- a/doc/examples/common.conf +++ b/doc/examples/common.conf @@ -3,10 +3,10 @@ # This file may provide defaults as well as options which needs to be # synchronized between components. As usual this file is read from # the system wide config directory (e.g. /etc/gnupg/common.conf) as -# well as from the home directory (e.g. ~/.gnupg.common.conf). +# well as from the home directory (e.g. ~/.gnupg/common.conf). -# Uncomment to enable the use if the keybox daemon (keyboxd) by gpg +# Uncomment to enable the use of the keybox daemon (keyboxd) by gpg # and gpgsm. #use-keyboxd |