Merge branch 'liboping-1.2'
[liboping.git] / src / mans / oping.pod
index fba2f56..8a3cb58 100644 (file)
@@ -6,6 +6,8 @@ oping - send ICMP ECHO_REQUEST to network hosts
 
 B<oping> [B<-4> | B<-6>] [B<-c> I<count>] [B<-i> I<interval>] I<host> [I<host> [I<host> ...]]
 
+B<oping> [B<-4> | B<-6>] [B<-c> I<count>] [B<-i> I<interval>] B<-f> I<filename>
+
 =head1 DESCRIPTION
 
 oping uses ICMPv4 or ICMPv6 ECHO_REQUEST packets to measure a hosts
@@ -25,7 +27,7 @@ Force the use of IPv4.
 
 =item B<-6>
 
-Force the use of IPv6
+Force the use of IPv6.
 
 =item B<-c> I<count>
 
@@ -43,8 +45,18 @@ including) 1E<nbsp>andE<nbsp>255. If omitted, the value B<64> is used.
 
 =item B<-I> I<address>
 
-Set the source address to use. You B<cannot> pass the interface name, as you
-can with GNU's L<ping(8)>.
+Set the source address to use. You may either specify an IP number or a
+hostname. You B<cannot> pass the interface name, as you can with GNU's
+L<ping(8)> - use the B<-D> option for that purpose.
+
+=item B<-D> I<interface name>
+
+Set the outgoing network device to use.
+
+=item B<-f> I<filename>
+
+Instead of specifying hostnames on the command line, read them from
+I<filename>. If I<filename> is B<->, read from C<STDIN>.
 
 =back