* doc/examples/common.conf: fix home dir path --
Fix a typo 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. Signed-off-by: Todd Zullinger <[email protected]> --- doc/examples/common.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/examples/common.conf b/doc/examples/common.conf index 365fc4e8f..93131ab3e 100644 --- a/doc/examples/common.conf +++ b/doc/examples/common.conf @@ -3,7 +3,7 @@ # 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 -- 2.45.2 _______________________________________________ Gnupg-devel mailing list [email protected] https://lists.gnupg.org/mailman/listinfo/gnupg-devel
