From owner-cvs-src-old@FreeBSD.ORG Wed Aug 19 17:46:15 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 B783C106568C for ; Wed, 19 Aug 2009 17:46:15 +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 889B88FC6D for ; Wed, 19 Aug 2009 17:46:15 +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 n7JHkF03085212 for ; Wed, 19 Aug 2009 17:46:15 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n7JHkFZT085211 for cvs-src-old@freebsd.org; Wed, 19 Aug 2009 17:46:15 GMT (envelope-from jhb@repoman.freebsd.org) Message-Id: <200908191746.n7JHkFZT085211@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 17:45:58 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 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 17:46:15 -0000 jhb 2009-08-19 17:45:58 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) contrib/top display.c Log: SVN rev 196385 on 2009-08-19 17:45:58Z by jhb MFC 196382: 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) Revision Changes Path 1.10.2.2 +2 -0 src/contrib/top/display.c