diff options
| author | Matthew N. Dodd <mdodd@FreeBSD.org> | 2003-03-05 21:42:23 +0000 |
|---|---|---|
| committer | Matthew N. Dodd <mdodd@FreeBSD.org> | 2003-03-05 21:42:23 +0000 |
| commit | 1fb474d8b20b1f67e0f905a8ecbcf78a01f90c54 (patch) | |
| tree | d0d541f23b9691a4b5397d68e519c530fd2d125c /sbin/ping | |
| parent | 51d9c3ba23dcfaa3828bf2b8710369982786e98f (diff) | |
Notes
Diffstat (limited to 'sbin/ping')
| -rw-r--r-- | sbin/ping/ping.8 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sbin/ping/ping.8 b/sbin/ping/ping.8 index ea1bf521de84..9941e2f9cb12 100644 --- a/sbin/ping/ping.8 +++ b/sbin/ping/ping.8 @@ -157,13 +157,13 @@ mode of behavior. Only the super-user may use this option. .It Fl M Ar mask | time Use ICMP_MASKREQ or ICMP_TSTAMP instead of ICMP_ECHO. For -.Ar mask +.Ar mask , print the netmask of the remote machine. Set the .Va net.inet.icmp.maskrepl MIB variable to enable ICMP_MASKREPLY. For -.Ar time -print the origination, reception and transmition timestamps. +.Ar time , +print the origination, reception and transmission 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 |
