diff --git a/docs/MANUAL.md b/docs/MANUAL.md index 8e791e36fc..64f5b58264 100644 --- a/docs/MANUAL.md +++ b/docs/MANUAL.md @@ -18,10 +18,14 @@ Get a directory listing of an FTP site: curl ftp://ftp.funet.fi -Get the definition of curl from a dictionary: +Get the all terms matching curl from a dictionary: curl dict://dict.org/m:curl +Get the definition of curl from a dictionary: + + curl dict://dict.org/d:curl + Fetch two documents at once: curl ftp://ftp.funet.fi/ http://www.weirdserver.com:8000/ @@ -997,4 +1001,3 @@ a curl angle. ### `curl-and-python` Python hackers using curl with or without the python binding pycurl. -