ps: s/kern.max_pid/kern.pid_max/ in a comment

Sponsored by:	DARPA
This commit is contained in:
Brooks Davis 2023-11-21 22:43:14 +00:00
parent e4789047ff
commit 1818f3fda9

View file

@ -112,7 +112,7 @@ static int needcomm; /* -o "command" */
static int needenv; /* -e */
static int needuser; /* -o "user" */
static int optfatal; /* Fatal error parsing some list-option. */
static int pid_max; /* kern.max_pid */
static int pid_max; /* kern.pid_max */
static enum sort { DEFAULT, SORTMEM, SORTCPU } sortby = DEFAULT;