mirror of
https://github.com/curl/curl.git
synced 2026-08-26 09:03:38 +03:00
docs: spellfixes
Pointed by the new CI job
This commit is contained in:
parent
72c41f7c8b
commit
fd1ce3d4b0
188 changed files with 1203 additions and 1208 deletions
|
|
@ -34,10 +34,10 @@ CURLcode curl_easy_getinfo(CURL *handle, CURLINFO_FILETIME_T,
|
|||
.fi
|
||||
.SH DESCRIPTION
|
||||
Pass a pointer to a curl_off_t to receive the remote time of the retrieved
|
||||
document (in number of seconds since 1 jan 1970 in the GMT/UTC time zone). If
|
||||
you get -1, it can be because of many reasons (it might be unknown, the server
|
||||
might hide it or the server does not support the command that tells document
|
||||
time etc) and the time of the document is unknown.
|
||||
document in number of seconds since January 1 1970 in the GMT/UTC time
|
||||
zone. If you get -1, it can be because of many reasons (it might be unknown,
|
||||
the server might hide it or the server does not support the command that tells
|
||||
document time etc) and the time of the document is unknown.
|
||||
|
||||
You must ask libcurl to collect this information before the transfer is made,
|
||||
by using the \fICURLOPT_FILETIME(3)\fP option to \fIcurl_easy_setopt(3)\fP or
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue