From 307f3cf3b3066ce367a8e694f85e57c63a8bf4b7 Mon Sep 17 00:00:00 2001 From: Jay Satiro Date: Tue, 8 Mar 2016 13:23:35 -0500 Subject: opt-docs: fix heading macros ..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 | 2 +- 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 -- cgit v1.2.3