- * `-n` - output a single line (space-separated with `-m`, semicolon as the separator otherwise)
- * `-K` - divide the result by *1024* and append `K` to the result
- * `-M` - divide the result by *1,048,576* and append `M` to the result
- * `-G` - divide the result by *1,073,741,824* and append `G` to the result
+ * `-n` - output all in a single line (space-separated with `-m`, semicolon as the separator otherwise)
+ * `-K` - convert the results into _K_ units (2^10^)
+ * `-M` - convert the results into _M_ units (2^20^)
+ * `-G` - convert the results into _G_ units (2^30^)