ps: s/kern.max_pid/kern.pid_max/ in a comment
Sponsored by: DARPA
This commit is contained in:
+1
-1
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user