<div dir="ltr">This matches procps ps, and at least one LTP test relies on it. The<br>behavior is specifically "nothing matches", not "one PID didn't match":<br>assuming no process 666, `ps 666` exits with 1, but `ps 1 666` exits<br>with 0.<br>---<br> toys/posix/ps.c | 1 +<br> 1 file changed, 1 insertion(+)<br></div>