From owner-cvs-src@FreeBSD.ORG Mon Feb 18 01:36:41 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4515D16A419; Mon, 18 Feb 2008 01:36:41 +0000 (UTC) (envelope-from mpp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 13D6613C46B; Mon, 18 Feb 2008 01:36:41 +0000 (UTC) (envelope-from mpp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m1I1afk1019241; Mon, 18 Feb 2008 01:36:41 GMT (envelope-from mpp@repoman.freebsd.org) Received: (from mpp@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m1I1afsk019240; Mon, 18 Feb 2008 01:36:41 GMT (envelope-from mpp) Message-Id: <200802180136.m1I1afsk019240@repoman.freebsd.org> From: Mike Pritchard Date: Mon, 18 Feb 2008 01:36:40 +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/quota quota.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Feb 2008 01:36:41 -0000 mpp 2008-02-18 01:36:40 UTC FreeBSD src repository Modified files: usr.bin/quota quota.c Log: Make the human readable numbers printed with the -h option a bit more human readable by telling the human print routines to use a smaller buffer to format the value. This makes it so a value that was previously being printed as 600000K will now print as 586M. Revision Changes Path 1.32 +6 -4 src/usr.bin/quota/quota.c