diff options
author | Jay Satiro <raysatiro@yahoo.com> | 2016-03-08 13:23:35 -0500 |
---|---|---|
committer | Jay Satiro <raysatiro@yahoo.com> | 2016-03-08 13:23:35 -0500 |
commit | 307f3cf3b3066ce367a8e694f85e57c63a8bf4b7 (patch) | |
tree | 9de75eb9a19d4dbb4303d15f2cb5cafe31212ce9 /docs | |
parent | c140bd7891488993f09ff7454e106b724e9b85d5 (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')
-rw-r--r-- | docs/libcurl/opts/CURLOPT_PROXY_SERVICE_NAME.3 | 2 | ||||
-rw-r--r-- | docs/libcurl/opts/CURLOPT_SERVICE_NAME.3 | 2 |
2 files changed, 2 insertions, 2 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 diff --git a/docs/libcurl/opts/CURLOPT_SERVICE_NAME.3 b/docs/libcurl/opts/CURLOPT_SERVICE_NAME.3 index 349f1dcd2..d7ef500e9 100644 --- a/docs/libcurl/opts/CURLOPT_SERVICE_NAME.3 +++ b/docs/libcurl/opts/CURLOPT_SERVICE_NAME.3 @@ -31,7 +31,7 @@ CURLcode curl_easy_setopt(CURL *handle, CURLOPT_SERVICE_NAME, char *name); 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 |