]> granicus.if.org Git - curl/commitdiff
opt-docs: fix heading macros
authorJay Satiro <raysatiro@yahoo.com>
Tue, 8 Mar 2016 18:23:35 +0000 (13:23 -0500)
committerJay Satiro <raysatiro@yahoo.com>
Tue, 8 Mar 2016 18:23:35 +0000 (13:23 -0500)
..SH should be .SH

Bug: https://github.com/curl/curl/issues/705
Reported-by: Eric S. Raymond
docs/libcurl/opts/CURLOPT_PROXY_SERVICE_NAME.3
docs/libcurl/opts/CURLOPT_SERVICE_NAME.3

index 95b5f3b44db3e583053dc05616560c08cfe48308..b9358569ad04535bfa5a45c26810c909f4645811 100644 (file)
@@ -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
index 349f1dcd2e548eceee06a93dce818685572b3ae8..d7ef500e9acff49af0725af3a6daf11240fb17bd 100644 (file)
@@ -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