--- cygwin-ug-net.texi.orig 2006-02-14 09:03:06.000000000 -0500 +++ cygwin-ug-net.texi 2006-02-14 09:02:10.000000000 -0500 @@ -3873,7 +3873,7 @@ @example -Usage: ps [-aefls] [-u UID] +Usage: ps [-aefls] [-u UID] [-p PID] Report process status -a, --all show processes of all users @@ -3881,6 +3881,7 @@ -f, --full show process uids, ppids -h, --help output usage information and exit -l, --long show process uids, ppids, pgids, winpids + -p, --process show information for specified PID -s, --summary show process summary -u, --user list processes owned by UID -v, --version output version information and exit @@ -3915,7 +3916,9 @@ mode, showing a "long" listing with all the above columns. The other display option is @samp{-s}, which outputs a shorter listing of just PID, TTY, STIME, and COMMAND. The @samp{-u} option allows you -to show only processes owned by a specific user. The @samp{-W} +to show only processes owned by a specific user. The @samp{-p} +option allows you to show information for only the process with the +specified PID. The @samp{-W} option causes @code{ps} show non-Cygwin Windows processes as well as Cygwin processes. The WINPID is also the PID, and they can be killed with the Cygwin @code{kill} command's @samp{-f}