mirror of https://github.com/xzeldon/htop.git
Document field M_SWAP in man page
This commit is contained in:
parent
2565dd3c58
commit
7844e06eb0
|
@ -320,6 +320,9 @@ The library size of the process.
|
||||||
.B M_DT (DIRTY)
|
.B M_DT (DIRTY)
|
||||||
The size of the dirty pages of the process.
|
The size of the dirty pages of the process.
|
||||||
.TP
|
.TP
|
||||||
|
.B M_SWAP (SWAP)
|
||||||
|
Size of the process's swapped pages.
|
||||||
|
.TP
|
||||||
.B ST_UID (UID)
|
.B ST_UID (UID)
|
||||||
The user ID of the process owner.
|
The user ID of the process owner.
|
||||||
.TP
|
.TP
|
||||||
|
|
Loading…
Reference in New Issue