diff options
author | Daniel Stenberg <daniel@haxx.se> | 2007-09-24 10:56:26 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2007-09-24 10:56:26 +0000 |
commit | db1c92ceacce9dca14219a2a4e60fc106eecc355 (patch) | |
tree | 1087d4b39d22fc739099059191f49d50afa8da2c /docs | |
parent | 0f4664d27f67c7f0597b08acd59433d6cf1a40c2 (diff) | |
download | curl-db1c92ceacce9dca14219a2a4e60fc106eecc355.tar.gz |
Bad use of "its" replaceed with a rephrase. I noticed this flaw thanks to the
Debian bug report http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=443734
Diffstat (limited to 'docs')
-rw-r--r-- | docs/curl.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/curl.1 b/docs/curl.1 index e12c301a6..4af427458 100644 --- a/docs/curl.1 +++ b/docs/curl.1 @@ -106,8 +106,8 @@ file instead of overwriting it. If the file doesn't exist, it will be created. If this option is used twice, the second one will disable append mode again. .IP "-A/--user-agent <agent string>" (HTTP) Specify the User-Agent string to send to the HTTP server. Some badly -done CGIs fail if its not set to "Mozilla/4.0". To encode blanks in the -string, surround the string with single quote marks. This can also be set +done CGIs fail if this field isn't set to "Mozilla/4.0". To encode blanks in +the string, surround the string with single quote marks. This can also be set with the \fI-H/--header\fP option of course. If this option is set more than once, the last one will be the one that's |