From 97ad165a63908f8fd459e14430b0db301ad4f315 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Fri, 20 Apr 2001 06:05:33 +0000 Subject: minor corrections --- docs/curl.1 | 55 ++++++++++++++++++++++++++++--------------------------- 1 file changed, 28 insertions(+), 27 deletions(-) (limited to 'docs/curl.1') diff --git a/docs/curl.1 b/docs/curl.1 index f675dcc1b..e4fb043a8 100644 --- a/docs/curl.1 +++ b/docs/curl.1 @@ -2,7 +2,7 @@ .\" nroff -man curl.1 .\" Written by Daniel Stenberg .\" -.TH curl 1 "24 March 2001" "Curl 7.7" "Curl Manual" +.TH curl 1 "20 April 2001" "Curl 7.7.2" "Curl Manual" .SH NAME curl \- get a URL with FTP, TELNET, LDAP, GOPHER, DICT, FILE, HTTP or HTTPS syntax. @@ -94,11 +94,12 @@ If this option is used twice, the second one will disable ASCII usage. .IP "--connect-timeout " Maximum time in seconds that you allow the connection to the server to take. This only limits the connection phase, once curl has connected this option is -of no more use. This option doesn't work in win32 systems. See also the +of no more use. This option didn't work in win32 systems until 7.7.2. See +also the .I "--max-time" option. -If this option is used serveral times, the last one will be used. +If this option is used several times, the last one will be used. .IP "-c/--continue" .B Deprecated. Use '-C -' instead. Continue/Resume a previous file transfer. This instructs curl to @@ -117,7 +118,7 @@ If used with uploads, the ftp server command SIZE will not be used by curl. Upload resume is for FTP only. HTTP resume is only possible with HTTP/1.1 or later servers. -If this option is used serveral times, the last one will be used. +If this option is used several times, the last one will be used. .IP "-d/--data " (HTTP) Sends the specified data in a POST request to the HTTP server, in a way that can emulate as if a user has filled in a HTML form and pressed the submit @@ -139,12 +140,12 @@ To post data purely binary, you should instead use the --data-binary option. -d/--data is the same as --data-ascii. -If this option is used serveral times, the ones following the first will +If this option is used several times, the ones following the first will append data. .IP "--data-ascii " (HTTP) This is an alias for the -d/--data option. -If this option is used serveral times, the ones following the first will +If this option is used several times, the ones following the first will append data. .IP "--data-binary " (HTTP) This posts data in a similar manner as --data-ascii does, although when @@ -152,9 +153,9 @@ using this option the entire context of the posted data is kept as-is. If you want to post a binary file without the strip-newlines feature of the --data-ascii option, this is for you. -If this option is used serveral times, the last one will be used. +If this option is used several times, the last one will be used. -If this option is used serveral times, the ones following the first will +If this option is used several times, the ones following the first will append data. .IP "-D/--dump-header " (HTTP/FTP) @@ -165,7 +166,7 @@ This option is handy to use when you want to store the cookies that a HTTP site sends to you. The cookies could then be read in a second curl invoke by using the -b/--cookie option! -If this option is used serveral times, the last one will be used. +If this option is used several times, the last one will be used. .IP "-e/--referer " (HTTP) Sends the "Referer Page" information to the HTTP server. This can also be set with the -H/--header flag of course. When used with @@ -174,7 +175,7 @@ you can append ";auto" to the referer URL to make curl automatically set the previous URL when it follows a Location: header. The ";auto" string can be used alone, even if you don't set an initial referer. -If this option is used serveral times, the last one will be used. +If this option is used several times, the last one will be used. .IP "--egd-file " (HTTPS) Specify the path name to the Entropy Gathering Daemon socket. The socket is used to seed the random engine for SSL connections. See also the @@ -188,12 +189,12 @@ If the optional password isn't specified, it will be queried for on the terminal. Note that this certificate is the private key and the private certificate concatenated! -If this option is used serveral times, the last one will be used. +If this option is used several times, the last one will be used. .IP "--cacert " (HTTPS) Tells curl to use the specified certificate file to verify the peer. The certificate must be in PEM format. -If this option is used serveral times, the last one will be used. +If this option is used several times, the last one will be used. .IP "-f/--fail" (HTTP) Fail silently (no output at all) on server errors. This is mostly done @@ -256,7 +257,7 @@ name, IP address or host name. An example could look like: .B "curl --interface eth0:1 http://www.netscape.com/" -If this option is used serveral times, the last one will be used. +If this option is used several times, the last one will be used. .IP "-I/--head" (HTTP/FTP) Fetch the HTTP-header only! HTTP-servers feature the command HEAD @@ -269,7 +270,7 @@ If this option is used twice, the second will again disable header only. should be one of 'clear', 'safe', 'confidential' or 'private'. Should you use a level that is not one of these, 'private' will instead be used. -If this option is used serveral times, the last one will be used. +If this option is used several times, the last one will be used. .IP "-K/--config " Specify which config file to read curl arguments from. The config file is a text file in which command line arguments can be written which then will be @@ -307,7 +308,7 @@ See also the .I "--connect-timeout" option. -If this option is used serveral times, the last one will be used. +If this option is used several times, the last one will be used. .IP "-M/--manual" Manual. Display the huge help text. .IP "-n/--netrc" @@ -385,7 +386,7 @@ i.e "my.host.domain" to specify machine (any single-letter string) to make it pick the machine's default .RE -If this option is used serveral times, the last one will be used. +If this option is used several times, the last one will be used. .IP "-q" If used as the first parameter on the command line, the .I $HOME/.curlrc @@ -444,7 +445,7 @@ document. FTP range downloads only support the simple syntax 'start-stop' (optionally with one of the numbers omitted). It depends on the non-RFC command SIZE. -If this option is used serveral times, the last one will be used. +If this option is used several times, the last one will be used. .IP "-s/--silent" Silent mode. Don't show progress meter or error messages. Makes Curl mute. @@ -471,18 +472,18 @@ think that your last directory name is the remote file name to use. That will most likely cause the upload operation to fail. If this is used on a http(s) server, the PUT command will be used. -If this option is used serveral times, the last one will be used. +If this option is used several times, the last one will be used. .IP "-u/--user " Specify user and password to use when fetching. See README.curl for detailed examples of how to use this. If no password is specified, curl will ask for it interactively. -If this option is used serveral times, the last one will be used. +If this option is used several times, the last one will be used. .IP "-U/--proxy-user " Specify user and password to use for Proxy authentication. If no password is specified, curl will ask for it interactively. -If this option is used serveral times, the last one will be used. +If this option is used several times, the last one will be used. .IP "--url " Specify a URL to fetch. This option is mostly handy when you wanna specify URL(s) in a config file. @@ -565,12 +566,12 @@ The average download speed that curl measured for the complete download. The average upload speed that curl measured for the complete upload. .RE -If this option is used serveral times, the last one will be used. +If this option is used several times, the last one will be used. .IP "-x/--proxy " Use specified proxy. If the port number is not specified, it is assumed at port 1080. -If this option is used serveral times, the last one will be used. +If this option is used several times, the last one will be used. .IP "-X/--request " (HTTP) Specifies a custom request to use when communicating with the HTTP server. @@ -581,19 +582,19 @@ HTTP 1.1 specification for details and explanations. Specifies a custom FTP command to use instead of LIST when doing file lists with ftp. -If this option is used serveral times, the last one will be used. +If this option is used several times, the last one will be used. .IP "-y/--speed-time