diff options
author | Daniel Stenberg <daniel@haxx.se> | 2006-01-16 22:14:37 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2006-01-16 22:14:37 +0000 |
commit | 67a83c1b3465c44b249eaa44fdc492952e59b31f (patch) | |
tree | 7240899b4d2b76095abdb09dcccd657a6177e9b5 /docs/curl-config.1 | |
parent | 1e8d094274139238fb710451e069ce42317e55e4 (diff) | |
download | curl-67a83c1b3465c44b249eaa44fdc492952e59b31f.tar.gz |
David Shaw finally removed all traces of Gopher and we are now officially
not supporting it. It hasn't been functioning for years anyway, so this is
just finally stating what already was true. And a cleanup at the same time.
Diffstat (limited to 'docs/curl-config.1')
-rw-r--r-- | docs/curl-config.1 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/curl-config.1 b/docs/curl-config.1 index b44de2a02..8ac77dbe4 100644 --- a/docs/curl-config.1 +++ b/docs/curl-config.1 @@ -53,10 +53,10 @@ in $prefix/lib and its header files are installed in $prefix/include and so on. The prefix is set with "configure --prefix". .IP "--protocols" Lists what particular protocols the installed libcurl was built to support. At -the time of writing, this list may include HTTP, HTTPS, FTP, FTPS, GOPHER, -FILE, TELNET, LDAP, DICT. Do not assume any particular order. The protocols -will be listed using uppercase and are separated by newlines. There may be -none, one or several protocols in the list. (Added in 7.13.0) +the time of writing, this list may include HTTP, HTTPS, FTP, FTPS, FILE, +TELNET, LDAP, DICT. Do not assume any particular order. The protocols will +be listed using uppercase and are separated by newlines. There may be none, +one or several protocols in the list. (Added in 7.13.0) .IP "--version" Outputs version information about the installed libcurl. .IP "--vernum" |