]> granicus.if.org Git - procps-ng/commitdiff
update help text
authoralbert <>
Fri, 30 Jul 2004 04:49:14 +0000 (04:49 +0000)
committeralbert <>
Fri, 30 Jul 2004 04:49:14 +0000 (04:49 +0000)
NEWS
ps/help.c
sysctl.8

diff --git a/NEWS b/NEWS
index 0d94e567ef54186a58ebfeeebd6f8dbfbd237e2e..ed3958276777d0e346e9191d45c19d56413578c7 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -6,6 +6,7 @@ new names for shared libraries (packagers: watch out!)
 "make install" no longer rebuilds everything
 wchan now '*' for multi-threaded processes
 vmstat: some overflow problems fixed -- thanks Holger Kiehl
+sysctl: man page fix
 
 procps-3.2.1 --> procps-3.2.2
 
index dc2baa7bafe994e2bfed2a1163dfca8106652f0d..2f39a9da1c4d2b6ca7bf79dc4a5522e72f646d6a 100644 (file)
--- a/ps/help.c
+++ b/ps/help.c
@@ -19,11 +19,11 @@ const char *help_message =
 "-A all processes                      -C by command name\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"
-"-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"
 "T  all processes on this terminal     -s processes in the sessions given\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"
 "x  processes w/o controlling ttys     t  by tty\n"
 "*********** output format **********  *********** long options ***********\n"
@@ -43,6 +43,6 @@ const char *help_message =
 
 /* Missing:
  *
- * -P e
+ * -P e k
  *
  */
index 3407f7f690b8d6404e0c7f6e32c907a726a62a28..e8e44cf21803c7ae17d733752e97eea7d1646610 100644 (file)
--- a/sysctl.8
+++ b/sysctl.8
@@ -45,7 +45,7 @@ Use this option to disable printing of the key name when printing values.
 .B "-e"
 Use this option to ignore errors about unknown keys.
 .TP
-.B "-q"
+.B "-N"
 Use this option to only print the names. It may be useful with shells that
 have programmable completion.
 .TP