1
0
mirror of https://github.com/xzeldon/htop.git synced 2025-04-11 13:07:08 +03:00

Document field M_SWAP in man page

This commit is contained in:
Michael F. Schönitzer 2020-09-18 00:42:11 +02:00 committed by cgzones
parent 2565dd3c58
commit 7844e06eb0

@ -320,6 +320,9 @@ The library size of the process.
.B M_DT (DIRTY)
The size of the dirty pages of the process.
.TP
.B M_SWAP (SWAP)
Size of the process's swapped pages.
.TP
.B ST_UID (UID)
The user ID of the process owner.
.TP