From c8f0d6355524146ffba8ba3ffdabf9935c4c1c27 Mon Sep 17 00:00:00 2001 From: Miles Bader Date: Sun, 17 Dec 1995 04:29:33 +0000 Subject: (options): Reformat doc string for --tty option. --- utils/ps.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'utils') 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" -- cgit v1.2.3