Skip to content

Commit ea189d1

Browse files
committed
bin/xbps-query: fix humanize "i" SI prefixs documentation
1 parent aab32fe commit ea189d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bin/xbps-query/xbps-query.1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -322,14 +322,14 @@ Format strings are parsed by the following EBNF:
322322
<width> ::= [0-9]+ -- Width of the output.
323323
<scale> ::= multiplier -- Minimum scale multiplier and optionally
324324
[multiplier] -- Maxium scale multiplier.
325-
<multiplier> ::= "B"
325+
<multiplier> ::= "B" -- byte
326326
| "K" -- kilo
327327
| "M" -- mega
328328
| "G" -- giga
329329
| "T" -- tera
330330
| "P" -- peta
331331
| "E" -- exa
332-
<i> ::= "i" -- Divide number with 1000 instead of 1024.
332+
<i> ::= "i" -- Use IEE/IEC (and now also SI) power of two prefixes.
333333

334334
<format> ::= [[fill] align] [sign] [width] ["." precision] [type]
335335
<fill> ::= <any char> -- The character to use when aligning the output.

0 commit comments

Comments
 (0)