From 93352e56d809266587eeb4b4c9fe2a8a067d32bd Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 28 Jul 2003 08:53:12 +0000 Subject: As noticed by Kevin Roth, we shall not speak of root dir when it isn't necessarily the root... --- docs/MANUAL | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/MANUAL') 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/ -- cgit v1.2.3