aboutsummaryrefslogtreecommitdiff
path: root/docs/curl-config.1
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2008-12-22 13:07:13 +0000
committerDaniel Stenberg <daniel@haxx.se>2008-12-22 13:07:13 +0000
commitd5bfec70af0d53eed164c9fdec142ebe8fe5c81d (patch)
tree46dd0e569f4ac6ed7c6c25ad8643659eecaa7d4c /docs/curl-config.1
parent2a868173497c0b7ae251537903ee9941dddebeba (diff)
downloadgnurl-d5bfec70af0d53eed164c9fdec142ebe8fe5c81d.tar.gz
gnurl-d5bfec70af0d53eed164c9fdec142ebe8fe5c81d.tar.bz2
gnurl-d5bfec70af0d53eed164c9fdec142ebe8fe5c81d.zip
- Anthony Bryan provided a set of patches that cleaned up manual language,
corrected spellings and more.
Diffstat (limited to 'docs/curl-config.1')
-rw-r--r--docs/curl-config.18
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/curl-config.1 b/docs/curl-config.1
index a8acf901b..a116e6ea4 100644
--- a/docs/curl-config.1
+++ b/docs/curl-config.1
@@ -28,7 +28,7 @@ curl-config \- Get information about a libcurl installation
.B curl-config [options]
.SH DESCRIPTION
.B curl-config
-displays information about a previous curl and libcurl installation.
+displays information about the curl and libcurl installation.
.SH OPTIONS
.IP "--ca"
Displays the built-in path to the CA cert bundle this libcurl uses.
@@ -36,7 +36,7 @@ Displays the built-in path to the CA cert bundle this libcurl uses.
Displays the compiler used to build libcurl.
.IP "--cflags"
Set of compiler options (CFLAGS) to use when compiling files that use
-libcurl. Currently that is only thw include path to the curl include files.
+libcurl. Currently that is only the include path to the curl include files.
.IP "--checkfor [version]"
Specify the oldest possible libcurl version string you want, and this
script will return 0 if the current installation is new enough or it
@@ -46,7 +46,7 @@ enough. (Added in 7.15.4)
Lists what particular main features the installed libcurl was built with. At
the time of writing, this list may include SSL, KRB4 or IPv6. Do not assume
any particular order. The keywords will be separated by newlines. There may be
-none, one or several keywords in the list.
+none, one, or several keywords in the list.
.IP "--help"
Displays the available options.
.IP "--libs"
@@ -61,7 +61,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, 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)
+one, or several protocols in the list. (Added in 7.13.0)
.IP "--static-libs"
Shows the complete set of libs and other linker options you will need in order
to link your application with libcurl statically. (Added in 7.17.1)