aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2003-01-28 16:33:05 +0000
committerDaniel Stenberg <daniel@haxx.se>2003-01-28 16:33:05 +0000
commitfc7bebdf556aa326183d25a0ae8e16eb7973b28a (patch)
tree09bb901da901ba0ad372557fd86d12c379e892ad
parentca52549557862c46ff69e5cee1c7b131737231bc (diff)
the README.curl is named MANUAL these days
-rw-r--r--docs/curl.18
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/curl.1 b/docs/curl.1
index cb53855dd..50831ac62 100644
--- a/docs/curl.1
+++ b/docs/curl.1
@@ -2,7 +2,7 @@
.\" nroff -man curl.1
.\" Written by Daniel Stenberg
.\"
-.TH curl 1 "11 Sep 2002" "Curl 7.10" "Curl Manual"
+.TH curl 1 "28 Jan 2003" "Curl 7.10" "Curl Manual"
.SH NAME
curl \- transfer a URL
.SH SYNOPSIS
@@ -586,9 +586,9 @@ read for untrained humans.
If this option is used several times, the last one will be used. (Added in
curl 7.9.7)
.IP "-u/--user <user:password>"
-Specify user and password to use when fetching. See README.curl for detailed
-examples of how to use this. If no password is specified, curl will
-ask for it interactively.
+Specify user and password to use when fetching. Read the MANUAL for detailed
+examples of how to use this. If no password is specified, curl will ask for it
+interactively.
If this option is used several times, the last one will be used.
.IP "-U/--proxy-user <user:password>"