Commit 307f3cf3 authored by Jay Satiro's avatar Jay Satiro
Browse files

opt-docs: fix heading macros

..SH should be .SH

Bug: https://github.com/curl/curl/issues/705
Reported-by: Eric S. Raymond
parent c140bd78
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -30,7 +30,7 @@ CURLcode curl_easy_setopt(CURL *handle, CURLOPT_PROXY_SERVICE_NAME, char *name);
.SH DESCRIPTION
.SH DESCRIPTION
Pass a char * as parameter to a string holding the \fIname\fP of the
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.
service. The default service name is "HTTP". This option allows you to change it.
..SH DEFAULT
.SH DEFAULT
See above
See above
.SH PROTOCOLS
.SH PROTOCOLS
Most
Most
+1 −1
Original line number Original line Diff line number Diff line
@@ -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
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
service. The default service name is "HTTP". This option allows you to
change it.
change it.
..SH DEFAULT
.SH DEFAULT
See above
See above
.SH PROTOCOLS
.SH PROTOCOLS
Most
Most