summaryrefslogtreecommitdiff
path: root/utils/ps.c
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1999-06-20 21:54:33 +0000
committerRoland McGrath <roland@gnu.org>1999-06-20 21:54:33 +0000
commit38c5db113ad1cc4782b44ca4d235a7464462ed4a (patch)
tree5043b915ec3d7366fa7daef9f59b68acadc79120 /utils/ps.c
parent1f961868a781ba75bd626c824598adae2fe8fcb8 (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.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/utils/ps.c b/utils/ps.c
index 837500a8..3dba399e 100644
--- a/utils/ps.c
+++ b/utils/ps.c
@@ -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"