diff options
Diffstat (limited to 'toys')
-rw-r--r-- | toys/posix/ps.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toys/posix/ps.c b/toys/posix/ps.c index 773f40c4..665fbdd4 100644 --- a/toys/posix/ps.c +++ b/toys/posix/ps.c @@ -91,7 +91,7 @@ config PS Command line -o fields: - ARGS CMDLINE minus initial path CMD Command name (stat2) + ARGS CMDLINE minus initial path CMD Command (thread) name (stat[2]) CMDLINE Command line (argv[]) COMM Command filename (/proc/$PID/exe) COMMAND Command file (/proc/$PID/exe) NAME Process name (argv[0] of $PID) |