From 61a21dd4eeb97cacde96665a2242ea181a0e7f6b Mon Sep 17 00:00:00 2001 From: jmc Date: Sat, 17 May 2014 06:26:44 +0000 Subject: [PATCH] better description for -A and -a, with help from millert; ok millert sobrado guenther --- bin/ps/ps.1 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bin/ps/ps.1 b/bin/ps/ps.1 index 632ad8e7494..645a3df52dc 100644 --- a/bin/ps/ps.1 +++ b/bin/ps/ps.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ps.1,v 1.92 2014/05/16 21:50:46 jmc Exp $ +.\" $OpenBSD: ps.1,v 1.93 2014/05/17 06:26:44 jmc Exp $ .\" $NetBSD: ps.1,v 1.16 1996/03/21 01:36:28 jtc Exp $ .\" .\" Copyright (c) 1980, 1990, 1991, 1993, 1994 @@ -30,7 +30,7 @@ .\" .\" @(#)ps.1 8.3 (Berkeley) 4/18/94 .\" -.Dd $Mdocdate: May 16 2014 $ +.Dd $Mdocdate: May 17 2014 $ .Dt PS 1 .Os .Sh NAME @@ -72,10 +72,10 @@ and associated command. The options are as follows: .Bl -tag -width Ds .It Fl A -Display information about all processes, including those without controlling +Display information about processes for all users, including those without controlling terminals. .It Fl a -Display information about other users' processes as well as your own. +Display information about processes for all users with controlling terminals. .It Fl C Change the way the CPU percentage is calculated by using a .Dq raw -- 2.20.1