aboutsummaryrefslogtreecommitdiff
path: root/docs/libcurl/opts/CURLOPT_SOCKS5_GSSAPI_SERVICE.3
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2016-05-01 16:41:04 +0200
committerDaniel Stenberg <daniel@haxx.se>2016-05-01 16:41:04 +0200
commitaba47275330b5d7a46daca5298798a69bb5cbe7d (patch)
treeabe49d06917db8c6ac17c405968d6a99e6ef461f /docs/libcurl/opts/CURLOPT_SOCKS5_GSSAPI_SERVICE.3
parent6940f4b52a9244124740e1b8db3af07aa3d2763c (diff)
opts: fix broken/bad references
Diffstat (limited to 'docs/libcurl/opts/CURLOPT_SOCKS5_GSSAPI_SERVICE.3')
-rw-r--r--docs/libcurl/opts/CURLOPT_SOCKS5_GSSAPI_SERVICE.32
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/libcurl/opts/CURLOPT_SOCKS5_GSSAPI_SERVICE.3 b/docs/libcurl/opts/CURLOPT_SOCKS5_GSSAPI_SERVICE.3
index 3e1544f7e..440f0894f 100644
--- a/docs/libcurl/opts/CURLOPT_SOCKS5_GSSAPI_SERVICE.3
+++ b/docs/libcurl/opts/CURLOPT_SOCKS5_GSSAPI_SERVICE.3
@@ -28,7 +28,7 @@ CURLOPT_SOCKS5_GSSAPI_SERVICE \- SOCKS5 proxy authentication service name
CURLcode curl_easy_setopt(CURL *handle, CURLOPT_SOCKS5_GSSAPI_SERVICE, char *name);
.SH DESCRIPTION
-Deprecated since 7.49.0. Use \CURLOPT_PROXY_SERVICE_NAME(3)\fP instead.
+Deprecated since 7.49.0. Use \fICURLOPT_PROXY_SERVICE_NAME(3)\fP instead.
Pass a char * as parameter to a string holding the \fIname\fP of the service.
The default service name for a SOCKS5 server is "rcmd". This option allows you