aboutsummaryrefslogtreecommitdiff
path: root/docs/curl.1
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2005-09-04 05:23:08 +0000
committerDaniel Stenberg <daniel@haxx.se>2005-09-04 05:23:08 +0000
commite369270f88c86dc6c0acdd2665cc7064b20d8de9 (patch)
tree839e6d6ad21448506be8175ab0776dd1dea5a606 /docs/curl.1
parent7e845e7cfdd658caccc60f687d5d5d68d7e88937 (diff)
7.14.2 actually
Diffstat (limited to 'docs/curl.1')
-rw-r--r--docs/curl.14
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/curl.1 b/docs/curl.1
index 0175b5a7c..019fcc386 100644
--- a/docs/curl.1
+++ b/docs/curl.1
@@ -21,7 +21,7 @@
.\" * $Id$
.\" **************************************************************************
.\"
-.TH curl 1 "12 Aug 2005" "Curl 7.14.1" "Curl Manual"
+.TH curl 1 "4 Sep 2005" "Curl 7.14.2" "Curl Manual"
.SH NAME
curl \- transfer a URL
.SH SYNOPSIS
@@ -352,7 +352,7 @@ If this option is used twice, the second will again disable silent failure.
(FTP) Tell curl to not use the IP address the server suggests in its response
to curl's PASV command when curl connects the data connection. Instead curl
will re-use the same IP address it already uses for the control
-connection. (Added in 7.14.1)
+connection. (Added in 7.14.2)
This option has no effect if PORT, EPRT or EPSV is used instead of PASV.