From a5c2a86649f84969c7ac475e0481c18d68e6d81b Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Tue, 23 Sep 2003 11:53:08 +0000 Subject: [PATCH] -4 and -6 added --- docs/curl.1 | 22 +++++++++++++++------- 1 file changed, 15 insertions(+), 7 deletions(-) diff --git a/docs/curl.1 b/docs/curl.1 index b8ddf0c29..e58dce04e 100644 --- a/docs/curl.1 +++ b/docs/curl.1 @@ -2,7 +2,7 @@ .\" nroff -man curl.1 .\" Written by Daniel Stenberg .\" -.TH curl 1 "8 Aug 2003" "Curl 7.10.7" "Curl Manual" +.TH curl 1 "23 Sep 2003" "Curl 7.10.8" "Curl Manual" .SH NAME curl \- transfer a URL .SH SYNOPSIS @@ -870,15 +870,23 @@ used, this option can be used to prevent curl from following redirections "in absurdum". If this option is used several times, the last one will be used. -.IP "-3/--sslv3" -(HTTPS) -Forces curl to use SSL version 3 when negotiating with a remote SSL server. -.IP "-2/--sslv2" -(HTTPS) -Forces curl to use SSL version 2 when negotiating with a remote SSL server. .IP "-0/--http1.0" (HTTP) Forces curl to issue its requests using HTTP 1.0 instead of using its internally preferred: HTTP 1.1. +.IP "-2/--sslv2" +(HTTPS) +Forces curl to use SSL version 2 when negotiating with a remote SSL server. +.IP "-3/--sslv3" +(HTTPS) +Forces curl to use SSL version 3 when negotiating with a remote SSL server. +.IP "-4/--ipv4" +If libcurl is capable of resolving an address to multiple IP versions (which +it is if it is ipv6-capable), this option tells libcurl to resolve names to +IPv4 addresses only. (Added in 7.10.8) +.IP "-6/--ipv6" +If libcurl is capable of resolving an address to multiple IP versions (which +it is if it is ipv6-capable), this option tells libcurl to resolve names to +IPv6 addresses only. (Added in 7.10.8) .IP "-#/--progress-bar" Make curl display progress information as a progress bar instead of the default statistics.