sort: add -x hex sort feature back
[minix.git] / man / man1 / ping.1
blob7a85db2bf949681403bd09bc9059d1c3409ab3ce
1 .TH PING 1
2 .SH NAME
3 ping \- send ICMP ECHO_REQUEST packets to network hosts 
4 .SH SYNOPSIS
5 .B /usr/bin/ping hostname [length]
6 .de EX
7 .TP 20
8 \\fB\$1\\fR
9 # \\$2
11 .SH EXAMPLES
12 .TP 20
13 .B ping 192.168.1.1
14 # Ping host 192.168.1.1
15 .TP 20
16 .B ping www.minix3.org 500
17 # Ping www.minix3.org with 500 byte IP packets
18 .SH DESCRIPTION
19 .PP
20 Sends ICMP ECHO_REQUEST packets to the specified host and waits for a ECHO_REPLY.
21 Optionally, the length (size) of the IP packet can be specified.  The default is
22 30 bytes.  (Note, the 14 byte Ethernet header will make this a 44 byte packet.)
23 .SH OPTIONS
24 .IP length 
25 Size (in bytes) of the transmitted ICMP packet.  The default length of the IP
26 packet is 30 bytes.  (Adding the ethernet header will result in a 44 byte 
27 packet being transmitted.)
28 .SH "SEE ALSO"
29 ifconfig(8)
30 .SH AUTHOR
31 Leith Brandeland <lb.minix@gmail.com>