aboutsummaryrefslogtreecommitdiff
path: root/docs/libcurl/opts/CURLOPT_HTTPHEADER.3
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2018-01-23 01:28:18 +0100
committerDaniel Stenberg <daniel@haxx.se>2018-01-23 01:28:18 +0100
commit96186de1f740b332b66cc979d482f6dd505941fd (patch)
treeec33f1df5492df2996327046967c2ebfaa14f10c /docs/libcurl/opts/CURLOPT_HTTPHEADER.3
parentaf32cd3859336ab963591ca0df9b1e33a7ee066b (diff)
docs: fix man page syntax to make test 1140 OK again
Diffstat (limited to 'docs/libcurl/opts/CURLOPT_HTTPHEADER.3')
-rw-r--r--docs/libcurl/opts/CURLOPT_HTTPHEADER.34
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/libcurl/opts/CURLOPT_HTTPHEADER.3 b/docs/libcurl/opts/CURLOPT_HTTPHEADER.3
index c9f29e393..bc070915d 100644
--- a/docs/libcurl/opts/CURLOPT_HTTPHEADER.3
+++ b/docs/libcurl/opts/CURLOPT_HTTPHEADER.3
@@ -80,13 +80,13 @@ intend them to get sent.
Custom headers are sent in all requests done by the easy handles, which
implies that if you tell libcurl to follow redirects
-(\fBCURLOPT_FOLLOWLOCATION(3)\fP), the same set of custom headers will be sent
+(\fICURLOPT_FOLLOWLOCATION(3)\fP), the same set of custom headers will be sent
in the subsequent request. Redirects can of course go to other hosts and thus
those servers will get all the contents of your custom headers too.
Starting in 7.58.0, libcurl will specifically prevent "Authorization:" headers
from being sent to other hosts than the first used one, unless specifically
-permitted with the \fBCURLOPT_UNRESTRICTED_AUTH(3)\fP option.
+permitted with the \fICURLOPT_UNRESTRICTED_AUTH(3)\fP option.
.SH DEFAULT
NULL
.SH PROTOCOLS