summaryrefslogtreecommitdiffstats
path: root/htop.1.in
diff options
context:
space:
mode:
authorTomasz Kramkowski <tk@the-tk.com>2015-06-09 00:11:43 +0100
committerTomasz Kramkowski <tk@the-tk.com>2015-06-09 00:11:43 +0100
commit03826fbc54b47fbba4ee20e423ec20bb9d2b68e5 (patch)
tree497d99cd2aaf34f924b208fc81b65339cc7803c1 /htop.1.in
parent16d8cc7c38664e7470f767705fdb04428170c915 (diff)
Added information about memory sizes to man page
The man page now contains the section "MEMORY SIZES" which talks about the convention used for representing memory sizes and why it was chosen.
Diffstat (limited to 'htop.1.in')
-rw-r--r--htop.1.in9
1 files changed, 9 insertions, 0 deletions
diff --git a/htop.1.in b/htop.1.in
index 4908c806..ce11a5e0 100644
--- a/htop.1.in
+++ b/htop.1.in
@@ -353,6 +353,15 @@ You may override the location of the configuration file using the $HTOPRC
environment variable (so you can have multiple configurations for different
machines that share the same home directory, for example).
+.SH "MEMORY SIZES"
+.LP
+Memory sizes in htop are displayed as they are in tools from the GNU Coreutils
+(when ran with the --human-readable option). This means that sizes are printed
+in powers of 1024. (e.g., 1023M = 1072693248 Bytes)
+.LP
+The decision to use this convention was made in order to conserve screen space
+and make memory size representations consistent throughout htop.
+
.SH "SEE ALSO"
proc(5), top(1), free(1), ps(1), uptime(1)

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