From: Ronan Pigott Date: Tue, 28 Mar 2023 06:24:51 +0000 (-0700) Subject: docs/cmdline-opts: document the dotless config path X-Git-Tag: curl-8_1_0~289 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8d9c1a8aa84a57cb1abb1e5f5e9e82c12ca71e64;p=thirdparty%2Fcurl.git 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 --- 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"