summaryrefslogtreecommitdiff
path: root/utils/ps.c
diff options
context:
space:
mode:
authorMiles Bader <miles@gnu.org>1995-12-17 04:29:33 +0000
committerMiles Bader <miles@gnu.org>1995-12-17 04:29:33 +0000
commitc8f0d6355524146ffba8ba3ffdabf9935c4c1c27 (patch)
treeb05486703f059da90869bdd636e8e8f66ee15582 /utils/ps.c
parent61b81dacf0861863fee21b28f608f3e4a034e108 (diff)
(options): Reformat doc string for --tty option.
Diffstat (limited to 'utils/ps.c')
-rw-r--r--utils/ps.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/ps.c b/utils/ps.c
index b077ef21..a5366a33 100644
--- a/utils/ps.c
+++ b/utils/ps.c
@@ -82,8 +82,8 @@ static struct argp_option options[] =
{"sid", 0, 0, OPTION_ALIAS | OPTION_HIDDEN},
{"sort", OPT_SORT,"FIELD", 0, "Sort the output with respect to FIELD"},
{"threads", 's', 0, 0, "Show the threads for each process"},
- {"tty", 't', "TTY", OA, "Only show processes who's controlling"
- " terminal is TTY"},
+ {"tty", 't', "TTY", OA, "Only show processes with controlling"
+ " terminal TTY"},
{0, 'u', 0, 0, "Use the `user' output-format"},
{0, 'v', 0, 0, "Use the `vmem' output-format"},
{"width", 'w', "WIDTH",OA, "If WIDTH is given, try to format the"