diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2000-01-22 23:54:15 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2000-01-22 23:54:15 +0000 |
commit | 7ed9e8ca064d33ee14ca755a008d9b96924fb5ae (patch) | |
tree | 19e99083d86259d26dcefcf836d073336ee00d74 /net/fping | |
parent | 017127529f95df32fa097238bae1d63aafea95b1 (diff) | |
download | ports-7ed9e8ca064d33ee14ca755a008d9b96924fb5ae.tar.gz ports-7ed9e8ca064d33ee14ca755a008d9b96924fb5ae.zip |
Notes
Diffstat (limited to 'net/fping')
-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 |