diff options
author | Matthew N. Dodd <mdodd@FreeBSD.org> | 2003-03-05 20:35:45 +0000 |
---|---|---|
committer | Matthew N. Dodd <mdodd@FreeBSD.org> | 2003-03-05 20:35:45 +0000 |
commit | 9b085129ae8adf666329eb6ca534f9d07572cf49 (patch) | |
tree | 823cdddab8f47e4b77cf73c0c44ef6a9b1f15b9b | |
parent | 3c6b084e9675f9c4f3e9765b9d4b48ff0493d0d1 (diff) |
Notes
-rw-r--r-- | sbin/ping/ping.8 | 20 |
1 files changed, 5 insertions, 15 deletions
diff --git a/sbin/ping/ping.8 b/sbin/ping/ping.8 index 08f782e1a7291..ea1bf521de847 100644 --- a/sbin/ping/ping.8 +++ b/sbin/ping/ping.8 @@ -155,21 +155,6 @@ is specified, sends that many packets as fast as possible before falling into its normal mode of behavior. Only the super-user may use this option. -.It Fl M -Use -.Dv ICMP_MASKREQ -instead of -.Dv ICMP_ECHO . -Print the netmask of the remote machine. -Set the -.Va net.inet.icmp.maskrepl -MIB variable to enable -.Dv ICMP_MASKREPLY . -.It Fl m Ar ttl -Set the IP Time To Live for outgoing packets. -If not specified, the kernel uses the value of the -.Va net.inet.ip.ttl -MIB variable. .It Fl M Ar mask | time Use ICMP_MASKREQ or ICMP_TSTAMP instead of ICMP_ECHO. For .Ar mask @@ -179,6 +164,11 @@ MIB variable to enable ICMP_MASKREPLY. For .Ar time print the origination, reception and transmition timestamps. +.It Fl m Ar ttl +Set the IP Time To Live for outgoing packets. +If not specified, the kernel uses the value of the +.Va net.inet.ip.ttl +MIB variable. .It Fl n Numeric output only. No attempt will be made to lookup symbolic names for host addresses. |