From: Jay Satiro Date: Tue, 8 Mar 2016 18:23:35 +0000 (-0500) Subject: opt-docs: fix heading macros X-Git-Tag: curl-7_48_0~74 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=307f3cf3b3066ce367a8e694f85e57c63a8bf4b7;p=thirdparty%2Fcurl.git opt-docs: fix heading macros ..SH should be .SH Bug: https://github.com/curl/curl/issues/705 Reported-by: Eric S. Raymond --- diff --git a/docs/libcurl/opts/CURLOPT_PROXY_SERVICE_NAME.3 b/docs/libcurl/opts/CURLOPT_PROXY_SERVICE_NAME.3 index 95b5f3b44d..b9358569ad 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 349f1dcd2e..d7ef500e9a 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