summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornobedee on github <87097541+nobedee@users.noreply.github.com>2023-05-05 16:29:16 -0400
committerDaniel Stenberg <daniel@haxx.se>2023-05-05 23:49:25 +0200
commit62ba84a2ab79e613a9b590c852c5b35010a527d9 (patch)
tree855628713400681f7212869549a78bcf3f05f231
parent3d7502985998c8baaabea97118425226971393bd (diff)
downloadcurl-62ba84a2ab79e613a9b590c852c5b35010a527d9.tar.gz
MANUAL.md: add dict example for looking up a single definition
Closes #11077
-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.
-