diff options
author | Roland McGrath <roland@gnu.org> | 1999-06-20 21:54:33 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1999-06-20 21:54:33 +0000 |
commit | 38c5db113ad1cc4782b44ca4d235a7464462ed4a (patch) | |
tree | 5043b915ec3d7366fa7daef9f59b68acadc79120 /utils/ps.c | |
parent | 1f961868a781ba75bd626c824598adae2fe8fcb8 (diff) |
1999-06-20 Roland McGrath <roland@baalperazim.frob.com>
* ps.c (options): Doc fix.
Diffstat (limited to 'utils/ps.c')
-rw-r--r-- | utils/ps.c | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,8 +1,8 @@ /* Show process information. - Copyright (C) 1995, 1996, 1997, 1998 Free Software Foundation, Inc. + Copyright (C) 1995,96,97,98,99 Free Software Foundation, Inc. - Written by Miles Bader <miles@gnu.ai.mit.edu> + Written by Miles Bader <miles@gnu.org> This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as @@ -54,7 +54,7 @@ static const struct argp_option options[] = {0, 'u', 0, 0, "Use the `user' output-format"}, {0, 'v', 0, 0, "Use the `vmem' output-format"}, - {0,0,0,0, "Process filtering (by default, other user's" + {0,0,0,0, "Process filtering (by default, other users'" " processes, threads, and process-group leaders are not shown):", 2}, {"all-users", 'a', 0, 0, "List other users' processes"}, {0, 'd', 0, 0, "List all processes except process group" |