From owner-svn-src-head@FreeBSD.ORG Thu Mar 12 13:03:33 2009 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C74361065678; Thu, 12 Mar 2009 13:03:33 +0000 (UTC) (envelope-from maxim@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id B42B58FC1E; Thu, 12 Mar 2009 13:03:33 +0000 (UTC) (envelope-from maxim@FreeBSD.org) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id n2CD3XrM031028; Thu, 12 Mar 2009 13:03:33 GMT (envelope-from maxim@svn.freebsd.org) Received: (from maxim@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id n2CD3XAP031027; Thu, 12 Mar 2009 13:03:33 GMT (envelope-from maxim@svn.freebsd.org) Message-Id: <200903121303.n2CD3XAP031027@svn.freebsd.org> From: Maxim Konovalov Date: Thu, 12 Mar 2009 13:03:33 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r189738 - head/usr.sbin/gstat X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Mar 2009 13:03:34 -0000 Author: maxim Date: Thu Mar 12 13:03:33 2009 New Revision: 189738 URL: http://svn.freebsd.org/changeset/base/189738 Log: o Sync synopsis with reality. Remove BUG section -- there is a batch mode in gpart(8) now. Modified: head/usr.sbin/gstat/gstat.8 Modified: head/usr.sbin/gstat/gstat.8 ============================================================================== --- head/usr.sbin/gstat/gstat.8 Thu Mar 12 12:43:56 2009 (r189737) +++ head/usr.sbin/gstat/gstat.8 Thu Mar 12 13:03:33 2009 (r189738) @@ -32,7 +32,7 @@ .Nd print statistics about GEOM disks .Sh SYNOPSIS .Nm -.Op Fl acd +.Op Fl abcd .Op Fl f Ar filter .Op Fl I Ar interval .Sh DESCRIPTION @@ -92,15 +92,3 @@ A .Nm utility appeared in .Fx 5.0 . -.Sh BUGS -The -.Nm -utility only works interactively. -It should probably detect when it is run non-interactively and produce -simple -.Tn ASCII -text output. -Otherwise, this utility should probably be folded into -.Xr systat 1 -which only works interactively and is the obvious utility to run for -various other forms of system statistics.