summaryrefslogtreecommitdiff
path: root/docs/cmdline-opts/proto-redir.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/proto-redir.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/proto-redir.d')
-rw-r--r--docs/cmdline-opts/proto-redir.d2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/cmdline-opts/proto-redir.d b/docs/cmdline-opts/proto-redir.d
index 9a096f531..10580ad83 100644
--- a/docs/cmdline-opts/proto-redir.d
+++ b/docs/cmdline-opts/proto-redir.d
@@ -15,5 +15,5 @@ Example, allow only HTTP and HTTPS on redirect:
By default curl will allow HTTP, HTTPS, FTP and FTPS on redirect (7.65.2).
Older versions of curl allowed all protocols on redirect except several
disabled for security reasons: Since 7.19.4 FILE and SCP are disabled, and
-since 7.40.0 SMB and SMBS are also disabled. Specifying \fIall\fP or \fI+all\fP
+since 7.40.0 SMB and SMBS are also disabled. Specifying *all* or *+all*
enables all protocols on redirect, including those disabled for security.