diff options
author | Daniel Stenberg <daniel@haxx.se> | 2021-09-02 23:19:48 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2021-09-02 23:19:48 +0200 |
commit | 698578e2891ab86f219f2697171eedfd52d3e550 (patch) | |
tree | 741a4a8a4f51a8ed7632b5ccd50db8bbb1d23fa7 | |
parent | 3f4b1b4ee5eb5e6c423e496c5b9b9f1457f40d99 (diff) | |
download | curl-bagder/manpage-header.tar.gz |
page-header: add GOPHERS, simplify wording in the 1st parabagder/manpage-header
-rw-r--r-- | docs/cmdline-opts/page-header | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/docs/cmdline-opts/page-header b/docs/cmdline-opts/page-header index f96ed6596..8974e433d 100644 --- a/docs/cmdline-opts/page-header +++ b/docs/cmdline-opts/page-header @@ -28,11 +28,10 @@ curl \- transfer a URL .SH SYNOPSIS .B curl [options / URLs] .SH DESCRIPTION -.B curl -is a tool to transfer data from or to a server, using one of the supported -protocols (DICT, FILE, FTP, FTPS, GOPHER, HTTP, HTTPS, IMAP, IMAPS, LDAP, -LDAPS, MQTT, POP3, POP3S, RTMP, RTMPS, RTSP, SCP, SFTP, SMB, SMBS, SMTP, -SMTPS, TELNET or TFTP). The command is designed to work without user +**curl** is a tool for transfering data from or to a server. It supports these +protocols: DICT, FILE, FTP, FTPS, GOPHER, GOPHERS, HTTP, HTTPS, IMAP, IMAPS, +LDAP, LDAPS, MQTT, POP3, POP3S, RTMP, RTMPS, RTSP, SCP, SFTP, SMB, SMBS, SMTP, +SMTPS, TELNET or TFTP. The command is designed to work without user interaction. curl offers a busload of useful tricks like proxy support, user @@ -120,7 +119,7 @@ will work. .IP FTP(S) curl supports the File Transfer Protocol with a lot of tweaks and levers. With or without using TLS. -.IP GOPHER +.IP GOPHER(S) Retrieve files. .IP HTTP(S) curl supports HTTP with numerous options and variations. It can speak HTTP |