dec21140A ethernet driver for virtualpc, contributed by nicolas tittley.
[minix.git] / man / man1 / ping.1
blobf3a79b135af769f418fd3deda825737cb5d349a6
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 .EX "ping 192.168.1.1" "Ping host 192.168.1.1"
13 .EX "ping www.minix3.org 500" "Ping www.minix3.org with 500 byte IP packets"
14 .SH DESCRIPTION
15 .PP
16 Sends ICMP ECHO_REQUEST packets to the specified host and waits for a ECHO_REPLY.
17 Optionally, the length (size) of the IP packet can be specified.  The default is
18 30 bytes.  (Note, the 14 byte Ethernet header will make this a 44 byte packet.)
19 .SH OPTIONS
20 .IP length 
21 Size (in bytes) of the transmitted ICMP packet.  The default length of the IP
22 packet is 30 bytes.  (Adding the ethernet header will result in a 44 byte 
23 packet being transmitted.)
24 .SH "SEE ALSO"
25 ifconfig(8)
26 .SH AUTHOR
27 Leith Brandeland <lb.minix@gmail.com>