From owner-freebsd-doc Mon Jan 7 2:10: 7 2002 Delivered-To: freebsd-doc@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 737E637B41A for ; Mon, 7 Jan 2002 02:10:02 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g07AA2O78690; Mon, 7 Jan 2002 02:10:02 -0800 (PST) (envelope-from gnats) Date: Mon, 7 Jan 2002 02:10:02 -0800 (PST) Message-Id: <200201071010.g07AA2O78690@freefall.freebsd.org> To: freebsd-doc@freebsd.org Cc: From: Maxim Konovalov Subject: Re: docs/33639: ping(8) and ping6(8) are silent about SIGINFO Reply-To: Maxim Konovalov Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR docs/33639; it has been noted by GNATS. From: Maxim Konovalov To: freebsd-gnats-submit@FreeBSD.org Cc: maxim@macomnet.ru Subject: Re: docs/33639: ping(8) and ping6(8) are silent about SIGINFO Date: Mon, 7 Jan 2002 13:07:42 +0300 (MSK) I am sorry, the patch for ping6.8 is incorrect. Here is more correct one. Index: ping6.8 =================================================================== RCS file: /home/ncvs/src/sbin/ping6/ping6.8,v retrieving revision 1.15 diff -u -r1.15 ping6.8 --- ping6.8 11 Dec 2001 18:36:29 -0000 1.15 +++ ping6.8 7 Jan 2002 10:03:07 -0000 @@ -302,8 +302,18 @@ or if the program is terminated with a .Dv SIGINT , a brief summary is displayed, showing the number of packets sent and -received, and the minimum, maximum, mean, and standard deviation of -the round-trip times. +received, and the minimum, mean and maximum of the round-trip times. +.Pp +If +.Nm +receives a +.Dv SIGINFO +(see the ``status'' argument for +.Xr stty 1 ) +signal, the current number of packets sent and received, and the +minimum, mean and maximum of the round-trip times will be written to +the standard output in the same format as the standard completion +message. .Pp This program is intended for use in network testing, measurement and management. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message