From a73a4dbfbbd1ca68be03df5244073320d70aebe8 Mon Sep 17 00:00:00 2001 From: jhb Date: Tue, 31 May 2011 15:41:10 +0000 Subject: - Document the -H option and 'H' key alongside other options and keys rather than at the bottom of the manpage. - Remove an obsolete comment about SWAIT being a stale state. It was resurrected for a different purpose in FreeBSD 5 to mark idle ithreads. - Add a comment documenting that the SLEEP and LOCK states typically display the name of the event being waited on with lock names being prefixed with an asterisk and sleep event names not having a prefix. MFC after: 1 week --- usr.bin/top/top.local.1 | 4 ---- 1 file changed, 4 deletions(-) (limited to 'usr.bin/top') diff --git a/usr.bin/top/top.local.1 b/usr.bin/top/top.local.1 index d7705e8..015b969 100644 --- a/usr.bin/top/top.local.1 +++ b/usr.bin/top/top.local.1 @@ -1,10 +1,6 @@ .\" $FreeBSD$ .SH "FreeBSD NOTES" -.SH DISPLAY OF THREADS -The '-H' option will toggle the display of kernel visible thread contexts. -At runtime the 'H' key will toggle this mode. The default is OFF. - .SH DESCRIPTION OF MEMORY Mem: 9220K Active, 1M Inact, 3284K Wired, 1M Cache, 2M Buf, 1320K Free Swap: 91M Total, 79M Free, 13% Inuse, 80K In, 104K Out -- cgit v1.1