summaryrefslogtreecommitdiffstats
path: root/htop.1.in
diff options
context:
space:
mode:
authorSworddragon <sworddragon2@aol.com>2015-11-04 12:13:16 +0100
committerSworddragon <sworddragon2@aol.com>2015-11-04 12:13:16 +0100
commitf097bdce8fe8daafb1e791087bd75f9f293f7a67 (patch)
tree7a5500487fd50b42c1899e9c306f2a80fe9854af /htop.1.in
parent1e31b63a7e6064f95383e1e41c2e503879eb5bf0 (diff)
Fixed/enhanced some entries in the manpage
Diffstat (limited to 'htop.1.in')
-rw-r--r--htop.1.in11
1 files changed, 6 insertions, 5 deletions
diff --git a/htop.1.in b/htop.1.in
index 2c7d2c9d..1fa88ef9 100644
--- a/htop.1.in
+++ b/htop.1.in
@@ -246,21 +246,22 @@ The time the process was started.
The ID of the CPU the process last executed on.
.TP
.B M_SIZE (VIRT)
-Size in memory of the total program size.
+The size of the virtual memory of the process.
.TP
.B M_RESIDENT (RES)
-The resident set size, i.e. the size of the text and data sections, plus stack
-usage.
+The resident set size (text + data + stack) of the process (i.e. the size of the
+process's used physical memory).
.TP
.B M_SHARE (SHR)
The size of the process's shared pages.
.TP
.B M_TRS (CODE)
-The size of the text segment of the process (i.e. the size of the process's
+The text resident set size of the process (i.e. the size of the process's
executable instructions).
.TP
.B M_DRS (DATA)
-The size of the data segment plus stack usage of the process.
+The data resident set size (data + stack) of the process (i.e. the size of anything
+except the process's executable instructions).
.TP
.B M_LRS (LIB)
The library size of the process.

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