diff options
author | obrien <obrien@FreeBSD.org> | 2000-01-23 07:54:15 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2000-01-23 07:54:15 +0800 |
commit | c5aec4a957e0e4ce2496e4fc803577a2665d710a (patch) | |
tree | 702093d2ac3692415737692707020e3837161cdf | |
parent | 0c4f1401f5b78c8f5947fc9b0e44026e23bf3d24 (diff) | |
download | freebsd-ports-gnome-c5aec4a957e0e4ce2496e4fc803577a2665d710a.tar.gz freebsd-ports-gnome-c5aec4a957e0e4ce2496e4fc803577a2665d710a.tar.zst freebsd-ports-gnome-c5aec4a957e0e4ce2496e4fc803577a2665d710a.zip |
Times are in microseconds, not milliseconds.
Submitted by: Igor Timkin <ivt@gamma.ru>
-rw-r--r-- | net/fping/files/patch-03 | 24 |
1 files changed, 22 insertions, 2 deletions
diff --git a/net/fping/files/patch-03 b/net/fping/files/patch-03 index 4a24bd07b463..11b8412b098c 100644 --- a/net/fping/files/patch-03 +++ b/net/fping/files/patch-03 @@ -1,11 +1,31 @@ ---- fping.man.orig Tue Mar 25 01:24:16 1997 -+++ fping.man Tue Mar 25 01:25:33 1997 +--- fping.man.orig Sat Jan 22 15:46:58 2000 ++++ fping.man Sat Jan 22 15:47:38 2000 @@ -1,4 +1,4 @@ -.TH fping l +.TH fping 8 .SH NAME fping \- send ICMP ECHO_REQUEST packets to network hosts .SH SYNOPSIS +@@ -45,7 +45,7 @@ + .IP \fB-f\fR 5 + Read list of system from a file. + .IP \fB-i\fIn\fR 5 +-The minimum amount of time (in milliseconds) between sending a ping packet to any host (default is 25). ++The minimum amount of time (in microseconds) between sending a ping packet to any host (default is 25). + .IP \fB-q\fR 5 + Quiet. Don't show per host results, just set final exit status. + .IP \fB-r\fIn\fR 5 +@@ -54,8 +54,8 @@ + .IP \fB-s\fR 5 + Dump final statistics. + .IP \fB-t\fIn\fR 5 +-Individual host timeout in milliseconds (default 2500). This is the +-minimum number of milliseconds between ping packets directed towards a given ++Individual host timeout in microseconds (default 2500). This is the ++minimum number of microseconds between ping packets directed towards a given + host. + .IP \fB-u\fR 5 + Show systems that are unreachable. @@ -70,12 +70,12 @@ example none the less. .nf |