Diff for /embedaddon/arping/doc/arping.yodl between versions 1.1.1.2 and 1.1.1.3

version 1.1.1.2, 2014/06/15 16:26:43 version 1.1.1.3, 2016/10/18 13:16:10
Line 51  Note that this may get the arping unanswered since it' Line 51  Note that this may get the arping unanswered since it'
 for a host.  for a host.
     dit(-B) Use instead of host if you want to address 255.255.255.255.      dit(-B) Use instead of host if you want to address 255.255.255.255.
     dit(-c em(count)) Only send em(count) requests.      dit(-c em(count)) Only send em(count) requests.
       dit(-C em(count)) Only wait for em(count) replies, regardless of -c and -w.
     dit(-d) Find duplicate replies. Exit with 1 if there are answers from      dit(-d) Find duplicate replies. Exit with 1 if there are answers from
         two different MAC addresses.          two different MAC addresses.
     dit(-D) Display answers as exclamation points and missing packets as dots.      dit(-D) Display answers as exclamation points and missing packets as dots.
Line 60  for a host. Line 61  for a host.
 switch is not given, -i disables this smartness.  switch is not given, -i disables this smartness.
     dit(-h) Displays a help message and exits.      dit(-h) Displays a help message and exits.
     dit(-i em(interface)) Don't guess, use the specified interface.      dit(-i em(interface)) Don't guess, use the specified interface.
       dit(-m em(type)) Type of timestamp to use for incoming packets.
           Use -vv when pinging to list available ones.
     dit(-p) Turn on promiscious mode on interface, use this if you don't      dit(-p) Turn on promiscious mode on interface, use this if you don't
             "own" the MAC address you are using.              "own" the MAC address you are using.
       dit(-P) Send ARP replies instead of requests. Useful with -U.
     dit(-q) Does not display messages, except error messages.      dit(-q) Does not display messages, except error messages.
     dit(-r) Raw output: only the MAC/IP address is displayed for each reply.      dit(-r) Raw output: only the MAC/IP address is displayed for each reply.
     dit(-R) Raw output: Like -r but shows "the other one", can be combined with      dit(-R) Raw output: Like -r but shows "the other one", can be combined with
Line 93  mancommand(.sp) Line 97  mancommand(.sp)
         mancommand(.sp)          mancommand(.sp)
         $ arping -i <interface> -U <interface IP>          $ arping -i <interface> -U <interface IP>
     dit(-v) Verbose output. Use twice for more messages.      dit(-v) Verbose output. Use twice for more messages.
    dit(-w) Time to wait between pings, in microseconds.    dit(-w em(usec)) Time to wait between pings, in microseconds.
     dit(-W em(sec)) Same as -w, but in floating point seconds.
 enddit()  enddit()
   
   
Line 117  mancommand(.sp) Line 122  mancommand(.sp)
   
   --- 00:11:85:4c:01:01 statistics ---    --- 00:11:85:4c:01:01 statistics ---
   3 packets transmitted, 3 packets received,   0% unanswered    3 packets transmitted, 3 packets received,   0% unanswered
   
     # bf(arping -C 2 -c 10 -r 88.1.180.225)
     00:11:85:4c:01:01
     00:11:85:4c:01:01
   
 mancommand(.fi)  mancommand(.fi)
 mancommand(.in)  mancommand(.in)

Removed from v.1.1.1.2  
changed lines
  Added in v.1.1.1.3


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>