mirror of
git://sourceware.org/git/lvm2.git
synced 2025-03-11 20:58:50 +03:00
man: more precise UNIT
Since 'kilobytes' could be seen in 2 way - SI as '1000', while all programmers sees it as '1024' - switch to commonly acceptted KiB, MiB.... Resolves RHBZ 1496255.
This commit is contained in:
parent
8af590b1bb
commit
50621533dd
@ -3233,9 +3233,8 @@ static void _print_man_all_positions_desc(struct command_name *cname)
|
||||
"capitalization, e.g. 'k' and 'K' both refer to 1024.\n"
|
||||
"The default input unit is specified by letter, followed by |UNIT.\n"
|
||||
"UNIT represents other possible input units: \\fBbBsSkKmMgGtTpPeE\\fP.\n"
|
||||
"b|B is bytes, s|S is sectors of 512 bytes, k|K is kilobytes,\n"
|
||||
"m|M is megabytes, g|G is gigabytes, t|T is terabytes,\n"
|
||||
"p|P is petabytes, e|E is exabytes.\n"
|
||||
"b|B is bytes, s|S is sectors of 512 bytes, k|K is KiB,\n"
|
||||
"m|M is MiB, g|G is GiB, t|T is TiB, p|P is PiB, e|E is EiB.\n"
|
||||
"(This should not be confused with the output control --units, where\n"
|
||||
"capital letters mean multiple of 1000.)\n");
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user