From owner-cvs-src@FreeBSD.ORG Fri May 27 17:52:56 2005 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 E4F8116A41C; Fri, 27 May 2005 17:52:56 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AABE843D1D; Fri, 27 May 2005 17:52:56 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j4RHqu50013283; Fri, 27 May 2005 17:52:56 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j4RHqu2F013282; Fri, 27 May 2005 17:52:56 GMT (envelope-from rwatson) Message-Id: <200505271752.j4RHqu2F013282@repoman.freebsd.org> From: Robert Watson Date: Fri, 27 May 2005 17:52:56 +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/tools/tools/ministat ministat.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: Fri, 27 May 2005 17:52:57 -0000 rwatson 2005-05-27 17:52:56 UTC FreeBSD src repository Modified files: tools/tools/ministat ministat.c Log: dd a '-n' option to ministat, which causes it to display only summary statistics, not graph and statistical test output. Useful for automated processing. Revision Changes Path 1.5 +17 -9 src/tools/tools/ministat/ministat.c