From: Daniel Stenberg Date: Thu, 2 Oct 2025 15:07:05 +0000 (+0200) Subject: time-cond.md: refer to the singular curl_getdate man page X-Git-Tag: rc-8_17_0-3~371 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=84c4b485f38f339b71665f946216a2612a103e84;p=thirdparty%2Fcurl.git time-cond.md: refer to the singular curl_getdate man page Closes #18816 --- diff --git a/docs/cmdline-opts/time-cond.md b/docs/cmdline-opts/time-cond.md index 44cb166349..d902dd49d1 100644 --- a/docs/cmdline-opts/time-cond.md +++ b/docs/cmdline-opts/time-cond.md @@ -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