Blame SOURCES/e2fsprogs-1.42.9-14-resize2fs-Remove-the-real-kilobytes-rant-from-man-pa.patch

252946
From e8e0b3e9e8318064e38e4be108bc625f9258fb45 Mon Sep 17 00:00:00 2001
252946
From: Lukas Czerner <lczerner@redhat.com>
252946
Date: Thu, 19 Jul 2018 10:39:38 +0200
252946
Subject: [PATCH 07/16] resize2fs: Remove the real kilobytes rant from man page
252946
252946
commit 94f20cd51522dd718bc4a459ea65d72a722d1874
252946
252946
Remove the rant about the "real" kilobytes from the man page and just
252946
make it more clear that the suffixed units are representing power-of-two
252946
units as we do in mke2fs man page. Also add terabytes to the list.
252946
252946
Signed-off-by: Lukas Czerner <lczerner@redhat.com>
252946
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
252946
---
252946
 resize/resize2fs.8.in | 16 ++++------------
252946
 1 file changed, 4 insertions(+), 12 deletions(-)
252946
252946
diff --git a/resize/resize2fs.8.in b/resize/resize2fs.8.in
252946
index a1f3099b..78cb1212 100644
252946
--- a/resize/resize2fs.8.in
252946
+++ b/resize/resize2fs.8.in
252946
@@ -41,24 +41,16 @@ If no units are specified, the units of the
252946
 parameter shall be the filesystem blocksize of the filesystem.
252946
 Optionally, the
252946
 .I size
252946
-parameter may be suffixed by one of the following the units
252946
-designators: 's', 'K', 'M', or 'G',
252946
-for 512 byte sectors, kilobytes, megabytes, or gigabytes, respectively.
252946
-The
252946
+parameter may be suffixed by one of the following units
252946
+designators: 'K', 'M', 'G', 'T' (either upper-case or lower-case) or 's'
252946
+for power-of-two kilobytes, megabytes, gigabytes, terabytes or 512 byte
252946
+sectors respectively. The
252946
 .I size
252946
 of the filesystem may never be larger than the size of the partition.
252946
 If
252946
 .I size
252946
 parameter is not specified, it will default to the size of the partition.
252946
 .PP
252946
-Note: when kilobytes is used above, I mean
252946
-.IR real ,
252946
-power-of-2 kilobytes, (i.e., 1024 bytes), which some politically correct
252946
-folks insist should be the stupid-sounding ``kibibytes''.  The same
252946
-holds true for megabytes, also sometimes known as ``mebibytes'', or
252946
-gigabytes, as the amazingly silly ``gibibytes''.  Makes you want to
252946
-gibber, doesn't it?
252946
-.PP
252946
 The
252946
 .B resize2fs
252946
 program does not manipulate the size of partitions.  If you wish to enlarge
252946
-- 
252946
2.20.1
252946