From 70a14ebe3712bfb418f0683f225cca945e86e70b Mon Sep 17 00:00:00 2001 From: Maxim Konovalov Date: Thu, 12 Mar 2009 13:03:33 +0000 Subject: [PATCH] o Sync synopsis with reality. Remove BUG section -- there is a batch mode in gpart(8) now. --- usr.sbin/gstat/gstat.8 | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/usr.sbin/gstat/gstat.8 b/usr.sbin/gstat/gstat.8 index d0620258b80..fbef6f968d8 100644 --- a/usr.sbin/gstat/gstat.8 +++ b/usr.sbin/gstat/gstat.8 @@ -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.