]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
(tail invocation): In --sleep-interval=NUMBER,
authorJim Meyering <jim@meyering.net>
Fri, 13 Sep 2002 08:51:15 +0000 (08:51 +0000)
committerJim Meyering <jim@meyering.net>
Fri, 13 Sep 2002 08:51:15 +0000 (08:51 +0000)
NUMBER may now be a floating point number.

doc/coreutils.texi

index b35f5f363963c18ee3e26af601705bec464d71fb..142769cc0053966a94088afa11a6ea60969266f3 100644 (file)
@@ -2185,11 +2185,13 @@ Without this option, when tail encounters a file that doesn't
 exist or is otherwise inaccessible, it reports that fact and
 never checks it again.
 
-@itemx --sleep-interval=@var{n}
+@itemx --sleep-interval=@var{number}
 @opindex --sleep-interval
-Change the number of seconds to wait between iterations (the default is 1).
+Change the number of seconds to wait between iterations (the default is 1.0).
 During one iteration, every specified file is checked to see if it has
-changed size.
+Historical implementations of @command{tail} have required that
+@var{number} be an integer.  However, GNU @command{tail} accepts
+an arbitrary floating point number.
 
 @itemx --pid=@var{pid}
 @opindex --pid