HomeFreeBSD

ps.1: Use ISO/IEC byte units

Description

ps.1: Use ISO/IEC byte units

The ps(1) utility uses 1024 byte units, not 1000 byte units.

git grep KiB | wc -l
535
git grep KBytes | wc -l
39

Fixes: 20bdda14fa5c (Consistent usage of Kbyte unit)
MFC after: 3 days
Reviewed by: jsm, imp, mhorne
Approved by: mhorne (mentor)
Differential Revision: https://reviews.freebsd.org/D49522

Details

Provenance
ziaeeAuthored on Mar 26 2025, 5:34 PM
Reviewer
jsm
Differential Revision
D49522: ps.1: Use ISO/IEC byte units
Parents
rGa1759dca9674: arm64: Fix off-by-one in its_init_cpu_lpi
Branches
Unknown
Tags
Unknown