From 8d9c1a8aa84a57cb1abb1e5f5e9e82c12ca71e64 Mon Sep 17 00:00:00 2001 From: Ronan Pigott Date: Mon, 27 Mar 2023 23:24:51 -0700 Subject: [PATCH] docs/cmdline-opts: document the dotless config path The real xdg config path is $XDG_CONFIG_HOME/curlrc, without the dot. The dotless name seems preferable, so let's match the documentation to the behavior. Closes #10849 --- docs/cmdline-opts/config.d | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/cmdline-opts/config.d b/docs/cmdline-opts/config.d index 1c8a0b5aef..0fbf9d9953 100644 --- a/docs/cmdline-opts/config.d +++ b/docs/cmdline-opts/config.d @@ -57,7 +57,7 @@ config file is checked for in the following places in this order: 1) "$CURL_HOME/.curlrc" -2) "$XDG_CONFIG_HOME/.curlrc" (Added in 7.73.0) +2) "$XDG_CONFIG_HOME/curlrc" (Added in 7.73.0) 3) "$HOME/.curlrc"