doc: yambar-tags: add missing last column to kb/mb formatters

This commit is contained in:
Daniel Eklöf 2021-08-27 21:19:20 +02:00
parent f0b16033fe
commit 8c2e5d8bde
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

View file

@ -76,10 +76,12 @@ be used.
: format
: Renders a tag's value (in decimal) divided by 1024 (note that no
unit suffix is appended)
: All tag types
| mb
: format
: Renders a tag's value (in decimal) divided by 1024^2 (note that no
unit suffix is appended)
: All tag types
| gb
: format
: Renders a tag's value (in decimal) divided by 1024^3 (note that no