time-cond.md: refer to the singular curl_getdate man page

Closes #18816
This commit is contained in:
Daniel Stenberg 2025-10-02 17:07:05 +02:00
parent 18e4fbad4c
commit 84c4b485f3
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2

View file

@ -24,7 +24,7 @@ Request a file that has been modified later than the given time and date, or
one that has been modified before that time. The date expression can be all
sorts of date strings or if it does not match any internal ones, it is treated
as a filename and curl tries to get the modification date (mtime) from that
file instead. See the *curl_getdate(3)* man pages for date expression details.
file instead. See the *curl_getdate(3)* man page for date expression details.
Start the date expression with a dash (-) to make it request for a document
that is older than the given date/time, default is a document that is newer