diff options
-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 |