summaryrefslogtreecommitdiff
path: root/docs/curl-config.1
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2005-01-25 12:06:12 +0000
committerDaniel Stenberg <daniel@haxx.se>2005-01-25 12:06:12 +0000
commit52f6c437fe00c4827a47459b0b72016da6bb3b90 (patch)
treec20f0b64fd607671244580a660fe2375f4a7d2e0 /docs/curl-config.1
parent80a8be63192b3ba3339f3b5d742d0926c2d6ef7c (diff)
downloadgnurl-52f6c437fe00c4827a47459b0b72016da6bb3b90.tar.gz
gnurl-52f6c437fe00c4827a47459b0b72016da6bb3b90.tar.bz2
gnurl-52f6c437fe00c4827a47459b0b72016da6bb3b90.zip
--protocols is added in 7.13.0
Diffstat (limited to 'docs/curl-config.1')
-rw-r--r--docs/curl-config.16
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/curl-config.1 b/docs/curl-config.1
index 6057046c4..3e8985136 100644
--- a/docs/curl-config.1
+++ b/docs/curl-config.1
@@ -5,7 +5,7 @@
.\" * | (__| |_| | _ <| |___
.\" * \___|\___/|_| \_\_____|
.\" *
-.\" * Copyright (C) 1998 - 2004, Daniel Stenberg, <daniel@haxx.se>, et al.
+.\" * Copyright (C) 1998 - 2005, Daniel Stenberg, <daniel@haxx.se>, et al.
.\" *
.\" * This software is licensed as described in the file COPYING, which
.\" * you should have received as part of this distribution. The terms
@@ -21,7 +21,7 @@
.\" * $Id$
.\" **************************************************************************
.\"
-.TH curl-config 1 "24 Dec 2004" "Curl 7.12.4" "curl-config manual"
+.TH curl-config 1 "25 Jan 2004" "Curl 7.13.0" "curl-config manual"
.SH NAME
curl-config \- Get information about a libcurl installation
.SH SYNOPSIS
@@ -56,7 +56,7 @@ 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.
+none, one or several protocols in the list. (Added in 7.13.0)
.IP "--version"
Outputs version information about the installed libcurl.
.IP "--vernum"