pgrep: Documentation fixes

Minor fixes to the help output and manpage of pgrep.
This commit is contained in:
static.vortex@gmx.com
2013-02-13 23:06:11 +05:30
committed by Craig Small
parent 12ee64c8a3
commit cff3960c4a
2 changed files with 8 additions and 6 deletions

View File

@@ -110,12 +110,12 @@ static int __attribute__ ((__noreturn__)) usage(int opt)
" -G, --group <gid,...> match real group IDs\n"
" -n, --newest select most recently started\n"
" -o, --oldest select least recently started\n"
" -P, --parent <ppid,...> match only childs of given parent\n"
" -P, --parent <ppid,...> match only child processes of the given parent\n"
" -s, --session <sid,...> match session IDs\n"
" -t, --terminal <tty,...> match by controlling terminal\n"
" -u, --euid <id,...> match by effective IDs\n"
" -U, --uid <id,...> match by real IDs\n"
" -x, --exact match exectly with command name\n"
" -x, --exact match exactly with the command name\n"
" -F, --pidfile <file> read PIDs from file\n"
" -L, --logpidfile fail if PID file is not locked\n"), fp);
fputs(USAGE_SEPARATOR, fp);