Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Jul 2003 04:06:47 -0700 (PDT)
From:      Maxim Konovalov <maxim@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sbin/ping6 ping6.c src/usr.sbin/traceroute6 traceroute6.c
Message-ID:  <200307211106.h6LB6ltL018015@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
maxim       2003/07/21 04:06:47 PDT

  FreeBSD src repository

  Modified files:
    sbin/ping6           ping6.c 
    usr.sbin/traceroute6 traceroute6.c 
  Log:
  Quote from a Problem Report:
  
  The output format specifier for the round-trip time in ping6 should be
  changed to %.3f instead of %g since %g doesn't accurately represent the
  precision of the number being output. In particular, %g truncates trailing
  zeroes. 0.01 ms does not mean the same thing as 0.010 ms. Although they
  are numerically identical, they do not have the same precision.
  
  PR:             bin/52324, bin/52750
  Submitted by:   dg
  MFC after:      1 week
  
  Revision  Changes    Path
  1.23      +1 -1      src/sbin/ping6/ping6.c
  1.12      +1 -1      src/usr.sbin/traceroute6/traceroute6.c



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