aboutsummaryrefslogtreecommitdiff
path: root/docs/libcurl/libcurl-env.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/libcurl-env.3
parentaf32cd3859336ab963591ca0df9b1e33a7ee066b (diff)
docs: fix man page syntax to make test 1140 OK again
Diffstat (limited to 'docs/libcurl/libcurl-env.3')
-rw-r--r--docs/libcurl/libcurl-env.34
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/libcurl/libcurl-env.3 b/docs/libcurl/libcurl-env.3
index 6548cd4aa..3eb3b42e2 100644
--- a/docs/libcurl/libcurl-env.3
+++ b/docs/libcurl/libcurl-env.3
@@ -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