From owner-freebsd-bugs@FreeBSD.ORG Tue Aug 15 12:30:23 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C2B5F16A4DA for ; Tue, 15 Aug 2006 12:30:23 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8E3CD43D69 for ; Tue, 15 Aug 2006 12:30:23 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k7FCUN1Y014172 for ; Tue, 15 Aug 2006 12:30:23 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k7FCUNf3014171; Tue, 15 Aug 2006 12:30:23 GMT (envelope-from gnats) Date: Tue, 15 Aug 2006 12:30:23 GMT Message-Id: <200608151230.k7FCUNf3014171@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Giorgos Keramidas Cc: Subject: Re: bin/101975: [PATCH] Adding percents in /usr/src/usr.bin/systat/pigs.c X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Giorgos Keramidas List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Aug 2006 12:30:23 -0000 The following reply was made to PR bin/101975; it has been noted by GNATS. From: Giorgos Keramidas To: bsd@forbrazil.com.br Cc: freebsd-gnats-submit@freebsd.org Subject: Re: bin/101975: [PATCH] Adding percents in /usr/src/usr.bin/systat/pigs.c Date: Tue, 15 Aug 2006 15:25:25 +0300 On 2006-08-14 14:54, bsd@forbrazil.com.br wrote: > Sorry, but i'm only based in 'systat -swaps', where shows it: > Disk 1K-blocks Used /0% /10% /20% /30% /40% /50% /60% /70% /80% /90% /100% > ad0s1 8388480 1076 X There is no % after 100 in "systat -swap". Precisely because all those % characters push the line length up to almost 80 characters and this would overflow 80x25 terminal lines. I'm not sure it's worth repeating the same 'hack' in other screens, but I'd certainly prefer any of: Disk 1K-blocks Used /0 /10 /20 /30 /40 /50 /60 /70 /80 /90 /100% Disk 1K-blocks Used /0% /10 /20 /30 /40 /50 /60 /70 /80 /90 /100