summaryrefslogtreecommitdiff
path: root/docs/MANUAL.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/MANUAL.md')
-rw-r--r--docs/MANUAL.md7
1 files changed, 5 insertions, 2 deletions
diff --git a/docs/MANUAL.md b/docs/MANUAL.md
index 8e791e36f..64f5b5826 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.
-