summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2021-08-21 15:02:04 +0200
committerDaniel Stenberg <daniel@haxx.se>2021-08-21 15:49:37 +0200
commit75d379a46f5333274440b7b1bd5df4b0a615115a (patch)
tree66f738a2289f756b879219ce2172dac3c7272ff7
parent4886962fb14382e8f4dd20c38a3cbc5c6f0f4f1b (diff)
downloadcurl-75d379a46f5333274440b7b1bd5df4b0a615115a.tar.gz
config.d: escape the backslash properly
Closes #7603
-rw-r--r--docs/cmdline-opts/config.d2
1 files changed, 1 insertions, 1 deletions
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