MANUAL.md: add dict example for looking up a single definition

Closes #11077
This commit is contained in:
nobedee on github 2023-05-05 16:29:16 -04:00 committed by Daniel Stenberg
parent 3d75029859
commit 62ba84a2ab
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View File

@ -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.