From owner-cvs-src-old@FreeBSD.ORG Wed Aug 19 15:17:26 2009 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 B413D106564A for ; Wed, 19 Aug 2009 15:17:26 +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 894198FC61 for ; Wed, 19 Aug 2009 15:17:26 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n7JFHQs2062063 for ; Wed, 19 Aug 2009 15:17:26 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n7JFHQq8062062 for cvs-src-old@freebsd.org; Wed, 19 Aug 2009 15:17:26 GMT (envelope-from jhb@repoman.freebsd.org) Message-Id: <200908191517.n7JFHQq8062062@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to jhb@repoman.freebsd.org using -f From: John Baldwin Date: Wed, 19 Aug 2009 15:17:13 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/contrib/top display.c 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: Wed, 19 Aug 2009 15:17:26 -0000 jhb 2009-08-19 15:17:13 UTC FreeBSD src repository Modified files: contrib/top display.c Log: SVN rev 196382 on 2009-08-19 15:17:13Z by jhb Explicitly line up the CPU state labels with the calculated starting column that takes into account the width of the largest CPU ID. On systems with > 10 CPUs the labels for the first 10 CPUs were not lined up properly otherwise. Approved by: re (kib) MFC after: 1 week Revision Changes Path 1.11 +2 -0 src/contrib/top/display.c