update help text

This commit is contained in:
albert 2004-07-30 04:49:14 +00:00
parent 6308cb79e1
commit bc43342e2a
3 changed files with 5 additions and 4 deletions

1
NEWS
View File

@ -6,6 +6,7 @@ new names for shared libraries (packagers: watch out!)
"make install" no longer rebuilds everything "make install" no longer rebuilds everything
wchan now '*' for multi-threaded processes wchan now '*' for multi-threaded processes
vmstat: some overflow problems fixed -- thanks Holger Kiehl vmstat: some overflow problems fixed -- thanks Holger Kiehl
sysctl: man page fix
procps-3.2.1 --> procps-3.2.2 procps-3.2.1 --> procps-3.2.2

View File

@ -19,11 +19,11 @@ const char *help_message =
"-A all processes -C by command name\n" "-A all processes -C by command name\n"
"-N negate selection -G by real group ID (supports names)\n" "-N negate selection -G by real group ID (supports names)\n"
"-a all w/ tty except session leaders -U by real user ID (supports names)\n" "-a all w/ tty except session leaders -U by real user ID (supports names)\n"
"-d all except session leaders -g by session leader OR by group name\n" "-d all except session leaders -g by session OR by effective group name\n"
"-e all processes -p by process ID\n" "-e all processes -p by process ID\n"
"T all processes on this terminal -s processes in the sessions given\n" "T all processes on this terminal -s processes in the sessions given\n"
"a all w/ tty, including other users -t by tty\n" "a all w/ tty, including other users -t by tty\n"
"g all, even group leaders! -u by effective user ID (supports names)\n" "g OBSOLETE -- DO NOT USE -u by effective user ID (supports names)\n"
"r only running processes U processes for specified users\n" "r only running processes U processes for specified users\n"
"x processes w/o controlling ttys t by tty\n" "x processes w/o controlling ttys t by tty\n"
"*********** output format ********** *********** long options ***********\n" "*********** output format ********** *********** long options ***********\n"
@ -43,6 +43,6 @@ const char *help_message =
/* Missing: /* Missing:
* *
* -P e * -P e k
* *
*/ */

View File

@ -45,7 +45,7 @@ Use this option to disable printing of the key name when printing values.
.B "-e" .B "-e"
Use this option to ignore errors about unknown keys. Use this option to ignore errors about unknown keys.
.TP .TP
.B "-q" .B "-N"
Use this option to only print the names. It may be useful with shells that Use this option to only print the names. It may be useful with shells that
have programmable completion. have programmable completion.
.TP .TP