Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Jul 2005 08:32:56 +0000 (UTC)
From:      Poul-Henning Kamp <phk@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/tools/tools/ministat Makefile ministat.c
Message-ID:  <200507210832.j6L8Wvke058982@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
phk         2005-07-21 08:32:56 UTC

  FreeBSD src repository

  Modified files:
    tools/tools/ministat Makefile ministat.c 
  Log:
  In 2003, a -s flag was added to ministat to separate the
  avg/median/stddev bars onto separate lines for readability if the
  ranges overlapped.  In 2005, ministat was extended to support more than
  2 datasets, but the -s code was not updated.  It will coredump if run
  with -s and >2 sets.
  
  PR:     82909
  Submitted by:   Dan Nelson <dnelson@allantgroup.com>
  
  Revision  Changes    Path
  1.6       +1 -0      src/tools/tools/ministat/Makefile
  1.6       +7 -5      src/tools/tools/ministat/ministat.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200507210832.j6L8Wvke058982>