mirror of
https://github.com/curl/curl.git
synced 2026-08-26 02:23:31 +03:00
docs: rewrite to present tense
... instead of using future tense. + numerous cleanups and improvements + stick to "reuse" not "re-use" + fewer contractions Closes #11713
This commit is contained in:
parent
887b998e6e
commit
5b060a4108
339 changed files with 1873 additions and 1884 deletions
|
|
@ -33,8 +33,8 @@ CURLcode curl_easy_getinfo(CURL *handle, CURLINFO_HTTP_CONNECTCODE, long *p);
|
|||
.fi
|
||||
.SH DESCRIPTION
|
||||
Pass a pointer to a long to receive the last received HTTP proxy response code
|
||||
to a CONNECT request. The returned value will be zero if no such response code
|
||||
was available.
|
||||
to a CONNECT request. The returned value is zero if no such response code was
|
||||
available.
|
||||
.SH PROTOCOLS
|
||||
HTTP
|
||||
.SH EXAMPLE
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue