diff options
author | Miles Bader <miles@gnu.org> | 1996-08-27 18:27:31 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 1996-08-27 18:27:31 +0000 |
commit | 2e6c5408302b36b67b2e094d471145b44530d0ca (patch) | |
tree | 15098deed6476050a570efe54e7668d6680b88db /utils/ps.c | |
parent | a3752e4edf20e4ea119de4389465e02f307fc3f6 (diff) | |
download | hurd-2e6c5408302b36b67b2e094d471145b44530d0ca.tar.gz hurd-2e6c5408302b36b67b2e094d471145b44530d0ca.tar.bz2 hurd-2e6c5408302b36b67b2e094d471145b44530d0ca.zip |
(doc): Add program description.
Diffstat (limited to 'utils/ps.c')
-rw-r--r-- | utils/ps.c | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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) |