freebsd-src/usr.sbin/traceroute6
Maxim Konovalov 3111be41c2 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
2003-07-21 11:06:47 +00:00
..
Makefile Don't override BINGRP -- this binary is not ``setgid bin''. 2001-09-13 06:52:42 +00:00
traceroute6.8 The .Nm utility 2002-07-14 14:47:15 +00:00
traceroute6.c Quote from a Problem Report: 2003-07-21 11:06:47 +00:00