Date: Sun, 27 Jun 2010 23:11:36 +0000 (UTC) From: Gavin Atkinson <gavin@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r209555 - head/usr.bin/ministat Message-ID: <201006272311.o5RNBaBB025758@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: gavin Date: Sun Jun 27 23:11:35 2010 New Revision: 209555 URL: http://svn.freebsd.org/changeset/base/209555 Log: Make the second example command more closely match the demo output, and as a side effect more clearly show the change in command lines between the first and second example invocations. Modified: head/usr.bin/ministat/ministat.1 Modified: head/usr.bin/ministat/ministat.1 ============================================================================== --- head/usr.bin/ministat/ministat.1 Sun Jun 27 17:14:04 2010 (r209554) +++ head/usr.bin/ministat/ministat.1 Sun Jun 27 23:11:35 2010 (r209555) @@ -25,7 +25,7 @@ .\" .\" $FreeBSD$ .\" -.Dd December 20, 2007 +.Dd June 28, 2010 .Dt MINISTAT 1 .Os .Sh NAME @@ -93,7 +93,7 @@ all statistical purposes identical. You have the option of lowering your standards by specifying a lower confidence level: .Bd -literal -offset indent - $ ministat -c 80 iguana chameleon + $ ministat -s -w 60 -c 80 iguana chameleon x iguana + chameleon +------------------------------------------------------------+
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201006272311.o5RNBaBB025758>