From 046c2c85c4c365d4ae8a621d7886caf96f51e0e7 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Wed, 22 Jun 2016 00:37:36 +0200 Subject: curl.1: the used progress meter suffix is k in lower case Closes #883 --- docs/curl.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/curl.1 b/docs/curl.1 index 527db630e..c573ff952 100644 --- a/docs/curl.1 +++ b/docs/curl.1 @@ -100,7 +100,7 @@ invokes. curl normally displays a progress meter during operations, indicating the amount of transferred data, transfer speeds and estimated time left, etc. The progress meter displays number of bytes and the speeds are in bytes per -second. The suffixes (K, M, G, T, P) are 1024 based. For example 1K is 1024 +second. The suffixes (k, M, G, T, P) are 1024 based. For example 1k is 1024 bytes. 1M is 1048576 bytes. curl displays this data to the terminal by default, so if you invoke curl to -- cgit v1.2.3