From 44a4e4710cf7ec45c32f44a90bc5086678cf9287 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Sat, 21 Aug 2021 15:02:04 +0200 Subject: config.d: escape the backslash properly --- 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 1c46e41c1..5a0ad1f47 100644 --- a/docs/cmdline-opts/config.d +++ b/docs/cmdline-opts/config.d @@ -48,7 +48,7 @@ the following places in this order: 5) Windows: use APPDATA if set -6) Windows: use "USERPROFILE\Application Data" if set +6) Windows: use "USERPROFILE\\Application Data" if set 7) On windows, if there is no .curlrc file in the home dir, it checks for one in the same dir the curl executable is placed. On Unix-like systems, it will -- cgit v1.2.1