mirror of https://github.com/xzeldon/htop.git
Consistent wording/formatting of field descriptions
This commit is contained in:
parent
83257744cc
commit
c1b5201444
|
@ -321,14 +321,14 @@ The library size of the process.
|
||||||
The size of the dirty pages of the process.
|
The size of the dirty pages of the process.
|
||||||
.TP
|
.TP
|
||||||
.B M_SWAP (SWAP)
|
.B M_SWAP (SWAP)
|
||||||
Size of the process's swapped pages.
|
The size of the process's swapped pages.
|
||||||
.TP
|
.TP
|
||||||
.B M_PSS (PSS)
|
.B M_PSS (PSS)
|
||||||
proportional set size, same as M_RESIDENT but each page is divided by the
|
The proportional set size, same as M_RESIDENT but each page is divided by the
|
||||||
number of processes sharing it.
|
number of processes sharing it.
|
||||||
.TP
|
.TP
|
||||||
.B M_M_PSSWP (PSSWP)
|
.B M_M_PSSWP (PSSWP)
|
||||||
Shows proportional swap share of this mapping, unlike \fBM_SWAP\fR this does not take
|
The proportional swap share of this mapping, unlike M_SWAP this does not take
|
||||||
into account swapped out page of underlying shmem objects.
|
into account swapped out page of underlying shmem objects.
|
||||||
.TP
|
.TP
|
||||||
.B ST_UID (UID)
|
.B ST_UID (UID)
|
||||||
|
|
Loading…
Reference in New Issue