diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2007-09-17 16:59:08 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2007-09-17 16:59:08 +0000 |
commit | c1f478363d8a072b5d3942b0da9b32ebeefc1ab4 (patch) | |
tree | 059411dddd2ed343095debcaa42fabac9ceddc31 /usr.bin/top/top.1 | |
parent | effbc952ba9224e01184c32679934abe89412b67 (diff) |
small update regarding removal of process highlighting;
spotted by Mark Lumsden
Diffstat (limited to 'usr.bin/top/top.1')
-rw-r--r-- | usr.bin/top/top.1 | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/usr.bin/top/top.1 b/usr.bin/top/top.1 index 993fce3498e..11e391d8db2 100644 --- a/usr.bin/top/top.1 +++ b/usr.bin/top/top.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: top.1,v 1.47 2007/05/31 19:20:18 jmc Exp $ +.\" $OpenBSD: top.1,v 1.48 2007/09/17 16:59:07 jmc Exp $ .\" .\" Copyright (c) 1997, Jason Downs. All rights reserved. .\" @@ -23,7 +23,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd $Mdocdate: May 31 2007 $ +.Dd $Mdocdate: September 17 2007 $ .Dt TOP 1 .Os .Sh NAME @@ -271,7 +271,10 @@ Reset any filters put in place by the and .Sq u interactive commands, -or their command line equivalents. +or their command line equivalents, +or any process highlighting put in place by the +.Sq P +interactive command. .It C Toggle the display of process command line arguments. .It d Ar count @@ -318,6 +321,8 @@ flag, as detailed above. .It P Ar pid Highlight a specific process, selected by .Ar pid . +.Sq P+ +removes process highlighting. .It p Ar pid Show only the process .Ar pid . |