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:02:04 +0200
commit44a4e4710cf7ec45c32f44a90bc5086678cf9287 (patch)
tree2e86e27b52daf9d2b14c11d356689d0de90c6fc2
parent37f1c21cb9c809ec870803fc40e1ed2afd9534ac (diff)
downloadcurl-bagder/config-backslash.tar.gz
config.d: escape the backslash properlybagder/config-backslash
-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