summaryrefslogtreecommitdiff
path: root/docs/cmdline-opts/proxy-header.d
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2021-03-22 16:50:57 +0100
committerDaniel Stenberg <daniel@haxx.se>2021-03-22 16:50:58 +0100
commitd7f737dd1359b20432bf5e65401ea4c22526fca5 (patch)
treef523b6783dfb9ed277a240d0de9ec913141a8d43 /docs/cmdline-opts/proxy-header.d
parentc915662485f8fe1e32351a8f83a4a5fe76b5bd08 (diff)
downloadcurl-d7f737dd1359b20432bf5e65401ea4c22526fca5.tar.gz
docs: make gen.pl support *italic* and **bold**
Remove some nroffisms from the cmdline doc files to simplify editing, and instead support this markdown style. Closes #6771
Diffstat (limited to 'docs/cmdline-opts/proxy-header.d')
-rw-r--r--docs/cmdline-opts/proxy-header.d2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/cmdline-opts/proxy-header.d b/docs/cmdline-opts/proxy-header.d
index 9f1121d2f..c2b0928f9 100644
--- a/docs/cmdline-opts/proxy-header.d
+++ b/docs/cmdline-opts/proxy-header.d
@@ -11,7 +11,7 @@ but is for proxy communication only like in CONNECT requests when you want a
separate header sent to the proxy to what is sent to the actual remote host.
curl will make sure that each header you add/replace is sent with the proper
-end-of-line marker, you should thus \fBnot\fP add that as a part of the header
+end-of-line marker, you should thus **not** add that as a part of the header
content: do not add newlines or carriage returns, they will only mess things
up for you.