Code

oping(8): Document the new `-f' option.
authorFlorian Forster <octo@verplant.org>
Wed, 15 Jul 2009 11:34:53 +0000 (13:34 +0200)
committerFlorian Forster <octo@verplant.org>
Wed, 15 Jul 2009 11:34:53 +0000 (13:34 +0200)
src/mans/oping.pod

index fba2f568bd8396f36bc2780b7d107413296d224e..305c43f90e6c8b3360746c280c9e1062d10fb291 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
@@ -46,6 +48,11 @@ including) 1E<nbsp>andE<nbsp>255. If omitted, the value B<64> is used.
 Set the source address to use. You B<cannot> pass the interface name, as you
 can with GNU's L<ping(8)>.
 
+=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
 
 =head1 SEE ALSO