summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: cc51038)
raw | patch | inline | side by side (parent: cc51038)
author | Florian Forster <octo@verplant.org> | |
Wed, 15 Jul 2009 11:34:53 +0000 (13:34 +0200) | ||
committer | Florian Forster <octo@verplant.org> | |
Wed, 15 Jul 2009 11:34:53 +0000 (13:34 +0200) |
src/mans/oping.pod | patch | blob | history |
diff --git a/src/mans/oping.pod b/src/mans/oping.pod
index fba2f568bd8396f36bc2780b7d107413296d224e..305c43f90e6c8b3360746c280c9e1062d10fb291 100644 (file)
--- a/src/mans/oping.pod
+++ b/src/mans/oping.pod
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
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