From owner-cvs-src@FreeBSD.ORG Sat Oct 21 23:57:39 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8B78D16A403; Sat, 21 Oct 2006 23:57:39 +0000 (UTC) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 46CE443D4C; Sat, 21 Oct 2006 23:57:39 +0000 (GMT) (envelope-from ru@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 k9LNvdiM014305; Sat, 21 Oct 2006 23:57:39 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k9LNvdOe014304; Sat, 21 Oct 2006 23:57:39 GMT (envelope-from ru) Message-Id: <200610212357.k9LNvdOe014304@repoman.freebsd.org> From: Ruslan Ermilov Date: Sat, 21 Oct 2006 23:57:39 +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 Makefile quota.1 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: Sat, 21 Oct 2006 23:57:39 -0000 ru 2006-10-21 23:57:39 UTC FreeBSD src repository Modified files: usr.bin/quota Makefile quota.1 quota.c Log: - Document the default disk block usage unit. - Add option -h, human-readable output. PR: docs/53732 Revision Changes Path 1.6 +2 -2 src/usr.bin/quota/Makefile 1.17 +8 -4 src/usr.bin/quota/quota.1 1.25 +38 -15 src/usr.bin/quota/quota.c