--- embedaddon/arping/doc/arping.8 2016/10/18 13:16:10 1.1.1.3 +++ embedaddon/arping/doc/arping.8 2021/03/16 23:40:57 1.1.1.4 @@ -5,7 +5,7 @@ arping \- sends arp and/or ip pings to a given host .PP .SH "SYNOPSIS" -\fBarping\fP [\-0aAbBdDeFhpqrRuUv] [\-S \fIhost/ip\fP] [\-T \fIhost/ip\fP] [\-s \fIMAC\fP] [\-t \fIMAC\fP] [\-c \fIcount\fP] [\-i \fIinterface\fP] [ \-w \fIus\fP ] <\fIhost\fP | \-B> +\fBarping\fP [\-0aAbBdDeFhpqrRuUv] [\-S \fIhost/ip\fP] [\-T \fIhost/ip\fP] [\-s \fIMAC\fP] [\-t \fIMAC\fP] [\-c \fIcount\fP] [\-i \fIinterface\fP] [ \-w \fIseconds\fP ] [ \-W \fIseconds\fP ] [ \-V \fIvlan\fP ] [ \-Q \fIpriority\fP ] [ \-g \fIgroup\fP ] <\fIhost\fP | \-B> .PP \fBarping\fP \-\-help .PP @@ -16,7 +16,7 @@ One request is sent each second\&. .PP 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 -technical explaination and an FAQ, see the README file\&. +technical explanation and an FAQ, see the README file\&. .PP \fINote on timing\fP .PP @@ -72,6 +72,8 @@ Like \-a but beep when there is no reply\&. .IP "\-F" Don\(cq\&t try to be smart about the interface name\&. Even if this switch is not given, \-i disables this smartness\&. +.IP "\-g \fIgroup\fP" +setgid() to this group instead of the nobody group\&. .IP "\-h" Displays a help message and exits\&. .IP "\-i \fIinterface\fP" @@ -86,6 +88,9 @@ Turn on promiscious mode on interface, use this if you Send ARP replies instead of requests\&. Useful with \-U\&. .IP "\-q" Does not display messages, except error messages\&. +.IP "\-Q \fIpriority\fP" +802\&.1p priority to set\&. Should be used with 802\&.1Q tag (\-V)\&. +Defaults to 0\&. .IP "\-r" Raw output: only the MAC/IP address is displayed for each reply\&. .IP "\-R" @@ -125,10 +130,12 @@ to update the neighbours\(cq\& ARP caches\&. $ arping \-i \-U .IP "\-v" Verbose output\&. Use twice for more messages\&. -.IP "\-w \fIusec\fP" -Time to wait between pings, in microseconds\&. +.IP "\-V \fIvlan\fP" +VLAN tag to set\&. Defaults to no VLAN tag\&. +.IP "\-w \fIsec\fP" +Specify a timeout before ping exits regardless of how many packets have been sent or received\&. .IP "\-W \fIsec\fP" -Same as \-w, but in floating point seconds\&. +Time to wait between pings\&. .PP .SH "EXAMPLES"