]> git.gsnw.org Git - fping.git/commitdiff
Document ignored parameter -T
authorDavid Schweikert <dws@mail.schweikert.ch>
Sat, 17 Dec 2011 23:29:53 +0000 (00:29 +0100)
committerDavid Schweikert <dws@mail.schweikert.ch>
Sat, 17 Dec 2011 23:29:53 +0000 (00:29 +0100)
fping.8
fping.c

diff --git a/fping.8 b/fping.8
index 607b548160d0fe25af2471e5351e7df5672b3c51..da49b3ac0a0904ca15e7bb9be7cbd93da5b7fd33 100644 (file)
--- a/fping.8
+++ b/fping.8
@@ -140,7 +140,7 @@ mode, this is the amount of time that
 waits for a response to its first request.  Successive timeouts are\r
 multiplied by the backoff factor.\r
 .IP \fB-T\fIn\fR 5\r
-Select timeout in seconds (default 10).\r
+Ignored (for compatibility with fping 2.4).\r
 .IP \fB-u\fR 5\r
 Show targets that are unreachable.\r
 .IP \fB-T\fIn\fR 5\r
diff --git a/fping.c b/fping.c
index c5c5146b7484c9f503cd836efec3f78b54e9999c..19f2c4b5cde170145a66a283218e5723077d8ab2 100644 (file)
--- a/fping.c
+++ b/fping.c
@@ -2933,6 +2933,7 @@ void usage( void )
 #endif
     fprintf( stderr, "   -S addr    set source address\n" );
     fprintf( stderr, "   -t n       individual target initial timeout (in millisec) (default %d)\n", timeout / 100 );
+    fprintf( stderr, "   -T n       ignored (for compatibility with fping 2.4)\n");
     fprintf( stderr, "   -u         show targets that are unreachable\n" );
     fprintf( stderr, "   -O n       set the type of service (tos) flag on the ICMP packets\n" );
     fprintf( stderr, "   -v         show version\n" );