From owner-cvs-src-old@FreeBSD.ORG Tue May 31 15:42:06 2011 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9E18F1065672 for ; Tue, 31 May 2011 15:42:06 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 8D56D8FC25 for ; Tue, 31 May 2011 15:42:06 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p4VFg6kQ012369 for ; Tue, 31 May 2011 15:42:06 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p4VFg6pU012368 for cvs-src-old@freebsd.org; Tue, 31 May 2011 15:42:06 GMT (envelope-from jhb@repoman.freebsd.org) Message-Id: <201105311542.p4VFg6pU012368@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to jhb@repoman.freebsd.org using -f From: John Baldwin Date: Tue, 31 May 2011 15:41:10 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/contrib/top top.X src/usr.bin/top top.local.1 X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 31 May 2011 15:42:06 -0000 jhb 2011-05-31 15:41:10 UTC FreeBSD src repository Modified files: contrib/top top.X usr.bin/top top.local.1 Log: SVN rev 222532 on 2011-05-31 15:41:10Z by jhb - 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 Revision Changes Path 1.23 +12 -2 src/contrib/top/top.X 1.8 +0 -4 src/usr.bin/top/top.local.1