Date: Wed, 5 Mar 2003 17:32:09 +0200 From: Giorgos Keramidas <keramida@FreeBSD.org> To: "Matthew N. Dodd" <mdodd@FreeBSD.org> 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> In-Reply-To: <200303022124.h22LO8Wj088174@repoman.freebsd.org> References: <200303022124.h22LO8Wj088174@repoman.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On 2003-03-02 13:24, "Matthew N. Dodd" <mdodd@FreeBSD.org> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030305153209.GE21917>