aboutsummaryrefslogtreecommitdiff
path: root/docs/libcurl/opts/CURLOPT_PROXY_SERVICE_NAME.3
diff options
context:
space:
mode:
authorJay Satiro <raysatiro@yahoo.com>2016-03-08 13:23:35 -0500
committerJay Satiro <raysatiro@yahoo.com>2016-03-08 13:23:35 -0500
commit307f3cf3b3066ce367a8e694f85e57c63a8bf4b7 (patch)
tree9de75eb9a19d4dbb4303d15f2cb5cafe31212ce9 /docs/libcurl/opts/CURLOPT_PROXY_SERVICE_NAME.3
parentc140bd7891488993f09ff7454e106b724e9b85d5 (diff)
opt-docs: fix heading macros
..SH should be .SH Bug: https://github.com/curl/curl/issues/705 Reported-by: Eric S. Raymond
Diffstat (limited to 'docs/libcurl/opts/CURLOPT_PROXY_SERVICE_NAME.3')
-rw-r--r--docs/libcurl/opts/CURLOPT_PROXY_SERVICE_NAME.32
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/libcurl/opts/CURLOPT_PROXY_SERVICE_NAME.3 b/docs/libcurl/opts/CURLOPT_PROXY_SERVICE_NAME.3
index 95b5f3b44..b9358569a 100644
--- a/docs/libcurl/opts/CURLOPT_PROXY_SERVICE_NAME.3
+++ b/docs/libcurl/opts/CURLOPT_PROXY_SERVICE_NAME.3
@@ -30,7 +30,7 @@ CURLcode curl_easy_setopt(CURL *handle, CURLOPT_PROXY_SERVICE_NAME, char *name);
.SH DESCRIPTION
Pass a char * as parameter to a string holding the \fIname\fP of the
service. The default service name is "HTTP". This option allows you to change it.
-..SH DEFAULT
+.SH DEFAULT
See above
.SH PROTOCOLS
Most