aboutsummaryrefslogtreecommitdiff
path: root/docs/curl.1
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-09-15 07:31:48 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-09-15 07:31:48 +0000
commit106695d45e447d2b440abcc083c0feafb90fa330 (patch)
tree209218bc57d30007185e547bd3f023818c8fe53d /docs/curl.1
parentf71b3f48a16e5d62079ad013adb2b96560a1c1fe (diff)
the new date parser affects -z
Diffstat (limited to 'docs/curl.1')
-rw-r--r--docs/curl.18
1 files changed, 2 insertions, 6 deletions
diff --git a/docs/curl.1 b/docs/curl.1
index a8040109a..d3a87fc9b 100644
--- a/docs/curl.1
+++ b/docs/curl.1
@@ -976,15 +976,11 @@ not set.
If this option is used several times, the last one will be used.
.IP "-z/--time-cond <date expression>"
-(HTTP)
-Request to get a file that has been modified later than the given time and
+(HTTP) 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 doesn't match any internal ones, it
tries to get the time from a given file name instead! See the
-.BR "GNU date(1)"
-or
-.BR "curl_getdate(3)"
-man pages for date expression details.
+\fIcurl_getdate(3)\fP man pages 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