From 2e6c5408302b36b67b2e094d471145b44530d0ca Mon Sep 17 00:00:00 2001 From: Miles Bader Date: Tue, 27 Aug 1996 18:27:31 +0000 Subject: (doc): Add program description. --- utils/ps.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'utils/ps.c') 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) -- cgit v1.2.3