From: richardthe3rd Date: Fri, 8 Dec 2017 23:34:18 +0000 (+0000) Subject: CURLOPT_PRIVATE.3: fix grammar X-Git-Tag: curl-7_58_0~85 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9fb5a943f56496fabd9dc4de6b4b27a2404bfe79;p=thirdparty%2Fcurl.git CURLOPT_PRIVATE.3: fix grammar - Change "never does nothing" double-negative to "never does anything". Closes https://github.com/curl/curl/pull/2168 --- diff --git a/docs/libcurl/opts/CURLOPT_PRIVATE.3 b/docs/libcurl/opts/CURLOPT_PRIVATE.3 index 80f2c6b099..49f29aa424 100644 --- a/docs/libcurl/opts/CURLOPT_PRIVATE.3 +++ b/docs/libcurl/opts/CURLOPT_PRIVATE.3 @@ -31,7 +31,7 @@ CURLcode curl_easy_setopt(CURL *handle, CURLOPT_PRIVATE, void *pointer); Pass a void * as parameter, pointing to data that should be associated with this curl handle. The pointer can subsequently be retrieved using \fIcurl_easy_getinfo(3)\fP with the CURLINFO_PRIVATE option. libcurl itself -never does nothing with this data. +never does anything with this data. .SH DEFAULT NULL .SH PROTOCOLS