We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aab32fe commit ea189d1Copy full SHA for ea189d1
bin/xbps-query/xbps-query.1
@@ -322,14 +322,14 @@ Format strings are parsed by the following EBNF:
322
<width> ::= [0-9]+ -- Width of the output.
323
<scale> ::= multiplier -- Minimum scale multiplier and optionally
324
[multiplier] -- Maxium scale multiplier.
325
- <multiplier> ::= "B"
+ <multiplier> ::= "B" -- byte
326
| "K" -- kilo
327
| "M" -- mega
328
| "G" -- giga
329
| "T" -- tera
330
| "P" -- peta
331
| "E" -- exa
332
- <i> ::= "i" -- Divide number with 1000 instead of 1024.
+ <i> ::= "i" -- Use IEE/IEC (and now also SI) power of two prefixes.
333
334
<format> ::= [[fill] align] [sign] [width] ["." precision] [type]
335
<fill> ::= <any char> -- The character to use when aligning the output.
0 commit comments