From owner-cvs-src Wed Mar 5 12: 8: 8 2003 Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C53B037B401; Wed, 5 Mar 2003 12:08:06 -0800 (PST) Received: from mailsrv.otenet.gr (mailsrv.otenet.gr [195.170.0.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9ABFA43FD7; Wed, 5 Mar 2003 12:08:04 -0800 (PST) (envelope-from keramida@FreeBSD.org) Received: from gothmog.gr (patr530-a170.otenet.gr [212.205.215.170]) by mailsrv.otenet.gr (8.12.8/8.12.8) with ESMTP id h25K7pVu025762; Wed, 5 Mar 2003 22:07:57 +0200 (EET) Received: from gothmog.gr (gothmog [127.0.0.1]) by gothmog.gr (8.12.8/8.12.8) with ESMTP id h25K7jju027349; Wed, 5 Mar 2003 22:07:45 +0200 (EET) (envelope-from keramida@FreeBSD.org) Received: (from giorgos@localhost) by gothmog.gr (8.12.8/8.12.8/Submit) id h25FW9L2024557; Wed, 5 Mar 2003 17:32:09 +0200 (EET) (envelope-from keramida@freebsd.org) Date: Wed, 5 Mar 2003 17:32:09 +0200 From: Giorgos Keramidas To: "Matthew N. Dodd" Cc: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sbin/ping ping.8 ping.c Message-ID: <20030305153209.GE21917@gothmog.gr> References: <200303022124.h22LO8Wj088174@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200303022124.h22LO8Wj088174@repoman.freebsd.org> Sender: owner-cvs-src@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 2003-03-02 13:24, "Matthew N. Dodd" wrote: > Support ICMP_TSTAMP/ICMP_TSTAMPREPLY. > > This alters the meaning of the '-M' flag. > > Revision Changes Path > 1.43 +10 -0 src/sbin/ping/ping.8 > 1.85 +94 -28 src/sbin/ping/ping.c Matthew, now the ping(8) manpage includes two paragraphs with a description of a -M option. Was this intentional, or can we safely remove the first one? : -M Use ICMP_MASKREQ instead of ICMP_ECHO. Print the netmask : of the remote machine. Set the net.inet.icmp.maskrepl : MIB variable to enable ICMP_MASKREPLY. : : -m ttl Set the IP Time To Live for outgoing packets. If not : specified, the kernel uses the value of the : net.inet.ip.ttl MIB variable. : : -M mask | time : Use ICMP_MASKREQ or ICMP_TSTAMP instead of ICMP_ECHO. : For mask print the netmask of the remote machine. Set : the net.inet.icmp.maskrepl MIB variable to enable : ICMP_MASKREPLY. For time print the origination, : reception and transmition timestamps. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-src" in the body of the message