--- cygwin-ug-net.sgml.orig 2006-02-14 08:59:42.000000000 -0500 +++ cygwin-ug-net.sgml 2006-02-14 09:01:38.000000000 -0500 @@ -3834,7 +3834,7 @@ ps -Usage: ps [-aefls] [-u UID] +Usage: ps [-aefls] [-u UID] [-p PID] Report process status -a, --all show processes of all users @@ -3842,6 +3842,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 @@ -3880,7 +3881,9 @@ mode, showing a "long" listing with all the above columns. The other display option is -s, which outputs a shorter listing of just PID, TTY, STIME, and COMMAND. The -u option allows you -to show only processes owned by a specific user. The -W +to show only processes owned by a specific user. The -p +option allows you to show information for only the process with the +specified PID. The -W option causes 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 kill command's -f