summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Lange <DLange@git.local>2023-12-13 11:39:01 +0100
committerDaniel Lange <DLange@git.local>2023-12-13 11:39:01 +0100
commitf55b7a6e1d2625be51e95c13da52d68b80071271 (patch)
tree00c59f70e5b61bb0ddd2e1d220f985825fc13cc5
parent92a68c097fc349c5efdf9329da718b26b0814a48 (diff)
parent23b0bdf46477b8b89d5e4770d09f2d0ffefe5385 (diff)
Merge branch 'patch-2' (Update manual to mention KiB) of sparrowt/htop
-rw-r--r--htop.1.in6
1 files changed, 4 insertions, 2 deletions
diff --git a/htop.1.in b/htop.1.in
index d734f479..1f03f075 100644
--- a/htop.1.in
+++ b/htop.1.in
@@ -655,11 +655,13 @@ is only saved when a clean exit is performed. Sending any signal will cause
Memory sizes in
.B htop
are displayed in a human-readable form.
-Sizes are printed in powers of 1024. (e.g., 1023M = 1072693248 Bytes)
+Sizes are printed in powers of 1024 using binary IEC units.
+If no suffix is shown the units are implicitly K as in KiB (kibibyte, 1 KiB = 1024 bytes).
.LP
The decision to use this convention was made in order to conserve screen
space and make memory size representations consistent throughout
-.BR htop .
+.B htop
+as allocations are granular to full memory pages (4 KiB for most platforms).
.SH "SEE ALSO"
.BR proc (5),
.BR top (1),

© 2014-2024 Faster IT GmbH | imprint | privacy policy