]> granicus.if.org Git - curl/commitdiff
docs: fix man page syntax to make test 1140 OK again
authorDaniel Stenberg <daniel@haxx.se>
Tue, 23 Jan 2018 00:28:18 +0000 (01:28 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 23 Jan 2018 00:28:18 +0000 (01:28 +0100)
docs/libcurl/libcurl-env.3
docs/libcurl/opts/CURLOPT_HTTPHEADER.3

index 6548cd4aa3dd444bc668049613d6efac25431ee7..3eb3b42e2e50a64ed58c16f7f2a4bb454e8f0d1e 100644 (file)
@@ -48,13 +48,13 @@ specific backend at first use. If no selection is done by the program using
 libcurl, this variable's selection will be used. It should be set to the full
 SSL backend name to use (case insensitve).
 .IP HOME
-When the netrc feature is used (\fBCURLOPT_NETRC(3)\fP), this variable is
+When the netrc feature is used (\fICURLOPT_NETRC(3)\fP), this variable is
 checked as the primary way to find the "current" home directory in which
 the .netrc file is likely to exist.
 .IP LOGNAME
 User name to use when invoking the ntlm-wb tool, if NTLMUSER wasn't set.
 .IP NO_PROXY
-This has the same functionality as the \fBCURLOPT_NOPROXY(3)\fP option: it
+This has the same functionality as the \fICURLOPT_NOPROXY(3)\fP option: it
 gives libcurl a comma-separated list of host name patterns for which libcurl
 should not use a proxy.
 .IP NTLMUSER
index c9f29e393ed5fd9861ba6b442281e4b94ffc14ad..bc070915d9d48e7e23dccba7e0c93752e0f25e80 100644 (file)
@@ -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