summaryrefslogtreecommitdiff
path: root/utils/ps.c
diff options
context:
space:
mode:
authorMiles Bader <miles@gnu.org>1996-08-27 18:27:31 +0000
committerMiles Bader <miles@gnu.org>1996-08-27 18:27:31 +0000
commit2e6c5408302b36b67b2e094d471145b44530d0ca (patch)
tree15098deed6476050a570efe54e7668d6680b88db /utils/ps.c
parenta3752e4edf20e4ea119de4389465e02f307fc3f6 (diff)
(doc): Add program description.
Diffstat (limited to 'utils/ps.c')
-rw-r--r--utils/ps.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/utils/ps.c b/utils/ps.c
index a688cb37..eb8bfad7 100644
--- a/utils/ps.c
+++ b/utils/ps.c
@@ -90,10 +90,10 @@ static const struct argp_option options[] =
};
char *args_doc = "[PID...]";
-
-char *doc = "The USER, LID, PID, PGRP, and SID arguments may also be comma \
-separated lists. The System V options -u and -g may be accessed with -O and \
---pgrp.";
+char *doc =
+"Show information about processes PID... (default all `interesting' processes)"
+"\vThe USER, LID, PID, PGRP, and SID arguments may also be comma separated"
+" lists. The System V options -u and -g may be accessed with -O and -G.";
int
parse_enum(char *arg, char **choices, char *kind, int allow_mismatches)