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

version 1.1.1.3, 2016/10/18 13:16:10 version 1.1.1.4, 2021/03/16 23:40:57
Line 4  manpagename(arping)(sends arp and/or ip pings to a giv Line 4  manpagename(arping)(sends arp and/or ip pings to a giv
   
 manpagesynopsis()  manpagesynopsis()
     bf(arping) [-0aAbBdDeFhpqrRuUv] [-S em(host/ip)] [-T em(host/ip)] [-s em(MAC)]    \      bf(arping) [-0aAbBdDeFhpqrRuUv] [-S em(host/ip)] [-T em(host/ip)] [-s em(MAC)]    \
[-t em(MAC)] [-c em(count)] [-i em(interface)] [ -w em(us) ] <em(host) | -B>[-t em(MAC)] [-c em(count)] [-i em(interface)] [ -w em(seconds) ] [ -W em(seconds) ] [ -V em(vlan) ] [ -Q em(priority) ] [ -g em(group) ] \
 <em(host) | -B>
   
     bf(arping) --help      bf(arping) --help
   
Line 15  manpagedescription() Line 16  manpagedescription()
   
     When pinging an IP an ARP who-has query is sent. When pinging a MAC      When pinging an IP an ARP who-has query is sent. When pinging a MAC
     address a directed broadcast ICMP Echo request is sent. For more      address a directed broadcast ICMP Echo request is sent. For more
    technical explaination and an FAQ, see the README file.    technical explanation and an FAQ, see the README file.
   
     em(Note on timing)      em(Note on timing)
   
Line 59  for a host. Line 60  for a host.
     dit(-e) Like -a but beep when there is no reply.      dit(-e) Like -a but beep when there is no reply.
     dit(-F) Don't try to be smart about the interface name. Even if this      dit(-F) Don't try to be smart about the interface name. Even if this
 switch is not given, -i disables this smartness.  switch is not given, -i disables this smartness.
       dit(-g em(group)) setgid() to this group instead of the nobody group.
     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.      dit(-m em(type)) Type of timestamp to use for incoming packets.
Line 67  switch is not given, -i disables this smartness. Line 69  switch is not given, -i disables this smartness.
             "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(-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(-Q em(priority)) 802.1p priority to set. Should be used with 802.1Q tag (-V).
           Defaults to 0.
     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
 -r.  -r.
Line 97  mancommand(.sp) Line 101  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 em(usec)) Time to wait between pings, in microseconds.    dit(-V em(vlan)) VLAN tag to set. Defaults to no VLAN tag.
    dit(-W em(sec)) Same as -w, but in floating point seconds.    dit(-w em(sec)) Specify a timeout before ping exits regardless of how many packets have been sent or received.
     dit(-W em(sec)) Time to wait between pings.
 enddit()  enddit()
   
   

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


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