diff options
author | Daniel Stenberg <daniel@haxx.se> | 2007-10-13 20:49:51 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2007-10-13 20:49:51 +0000 |
commit | 887e8f92650c6786cd4ea420d1284a3be0d471d4 (patch) | |
tree | 0e8511dab149f2ac12d629ebe4518647f5bfb7b7 /docs | |
parent | 07625fe243635c43a19dae0d9ab6126c9becfff7 (diff) |
Chris Leighton:
My understanding is that we use "number" for discrete variables and
"amount" for continuous variables.
So you can say "The amount of flour required depends on..." or, "Last
night I consumed a large amount of beer!".
And, "That tank contains a large number of fish" or, "Over the week I
consumed a number of cases of beer."
I think that features are discrete, so the man page would read "...the
number of features will make your head spin!".
Diffstat (limited to 'docs')
-rw-r--r-- | docs/curl.1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/curl.1 b/docs/curl.1 index 302174a11..0d0a3a12f 100644 --- a/docs/curl.1 +++ b/docs/curl.1 @@ -35,7 +35,7 @@ FILE). The command is designed to work without user interaction. curl offers a busload of useful tricks like proxy support, user authentication, ftp upload, HTTP post, SSL connections, cookies, file transfer -resume and more. As you will see below, the amount of features will make your +resume and more. As you will see below, the number of features will make your head spin! curl is powered by libcurl for all transfer-related features. See |