diff options
author | Daniel Stenberg <daniel@haxx.se> | 2003-07-28 08:53:12 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2003-07-28 08:53:12 +0000 |
commit | 93352e56d809266587eeb4b4c9fe2a8a067d32bd (patch) | |
tree | 9ecf6221cad1d6a02cea0d9d65467c2ec217e6f0 /docs/MANUAL | |
parent | d9246ff24dfbf702b03be6dd359abb937a4d3653 (diff) | |
download | curl-93352e56d809266587eeb4b4c9fe2a8a067d32bd.tar.gz |
As noticed by Kevin Roth, we shall not speak of root dir when it isn't
necessarily the root...
Diffstat (limited to 'docs/MANUAL')
-rw-r--r-- | docs/MANUAL | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/MANUAL b/docs/MANUAL index 87cd8aafe..c0386f7fc 100644 --- a/docs/MANUAL +++ b/docs/MANUAL @@ -11,7 +11,7 @@ SIMPLE USAGE curl http://www.netscape.com/ - Get the root README file from funet's ftp-server: + Get the README file the user's home directory at funet's ftp-server: curl ftp://ftp.funet.fi/README @@ -19,7 +19,7 @@ SIMPLE USAGE curl http://www.weirdserver.com:8000/ - Get a list of the root directory of an FTP site: + Get a list of a directory of an FTP site: curl ftp://cool.haxx.se/ |