]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
time-cond.md: refer to the singular curl_getdate man page
authorDaniel Stenberg <daniel@haxx.se>
Thu, 2 Oct 2025 15:07:05 +0000 (17:07 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 2 Oct 2025 21:25:36 +0000 (23:25 +0200)
Closes #18816

docs/cmdline-opts/time-cond.md

index 44cb166349a8a9069d051cf3b05a37661374c2c6..d902dd49d1f8e19662ab33adf5daf3e91a5e7af5 100644 (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