]> granicus.if.org Git - procps-ng/commit
docs: ps.1 - comm can show command name changes
authorCraig Small <csmall@dropbear.xyz>
Tue, 13 Dec 2022 05:36:56 +0000 (16:36 +1100)
committerCraig Small <csmall@dropbear.xyz>
Tue, 13 Dec 2022 05:36:56 +0000 (16:36 +1100)
commitab978d62ae4154fa7b6e6904d00160751788c9b6
tree166fd24819158dc634fc5f146c83247c0db5cfc2
parent838de1de6790927a04f8db36fb8896fb10499192
docs: ps.1 - comm can show command name changes

The man page said it cannot show changes to comm, such as when you
use prctl(). In fact, ps can see this. The args field may not change
because its due to the path of the executable but comm can.
man/ps.1