Remove the 'l' and 'L' flag printing in 'STAT' column. These were added
authorderaadt <deraadt@openbsd.org>
Sun, 28 Jan 2024 19:05:33 +0000 (19:05 +0000)
committerderaadt <deraadt@openbsd.org>
Sun, 28 Jan 2024 19:05:33 +0000 (19:05 +0000)
commit58457bb1d450ae2ebc1e96e3af33eabfafcddd43
treec479f3d7d797a3501ef1979c6644779c5cf6804c
parentd05e22ad193e4e4671805c211b9978342697f9cd
Remove the 'l' and 'L' flag printing in 'STAT' column. These were added
to provide visibility of the internal behaviour of pinsyscalls(2) during
introduction.  These flags remain (less) visible in the "-o procflags"
option, as 0x08000000 (PS_PIN) and 0x10000000 (PS_LIBCPIN).
That's good enough.
bin/ps/print.c
bin/ps/ps.1