From: nobedee on github <87097541+nobedee@users.noreply.github.com> Date: Fri, 5 May 2023 20:29:16 +0000 (-0400) Subject: MANUAL.md: add dict example for looking up a single definition X-Git-Tag: curl-8_1_0~30 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=62ba84a2ab79e613a9b590c852c5b35010a527d9;p=thirdparty%2Fcurl.git MANUAL.md: add dict example for looking up a single definition Closes #11077 --- 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. -