From owner-cvs-all@FreeBSD.ORG Mon Nov 27 16:35:09 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1398116A415; Mon, 27 Nov 2006 16:35:09 +0000 (UTC) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1239D43D55; Mon, 27 Nov 2006 16:33:18 +0000 (GMT) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kARGXjcd008510; Mon, 27 Nov 2006 16:33:45 GMT (envelope-from yar@repoman.freebsd.org) Received: (from yar@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kARGXjOA008508; Mon, 27 Nov 2006 16:33:45 GMT (envelope-from yar) Message-Id: <200611271633.kARGXjOA008508@repoman.freebsd.org> From: Yar Tikhiy Date: Mon, 27 Nov 2006 16:33:45 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.bin/systat convtbl.c convtbl.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Nov 2006 16:35:09 -0000 yar 2006-11-27 16:33:44 UTC FreeBSD src repository Modified files: usr.bin/systat convtbl.c convtbl.h Log: Add the Tera scale factor, which is an easy job now. More scale factors would overflow the command line where the help for "scale" were shown. Revision Changes Path 1.11 +4 -1 src/usr.bin/systat/convtbl.c 1.8 +5 -0 src/usr.bin/systat/convtbl.h