summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2002-09-13 08:51:15 +0000
committerJim Meyering <jim@meyering.net>2002-09-13 08:51:15 +0000
commit626d26baaa8b4b60bfc011fad49636d2b4a488e9 (patch)
tree8ebcf4697392d9ef64aa2ec2953ed782d7968512 /doc
parent96a4360079798bef5b65e969d46137b5742dbc6e (diff)
downloadcoreutils-626d26baaa8b4b60bfc011fad49636d2b4a488e9.tar.xz
(tail invocation): In --sleep-interval=NUMBER,
NUMBER may now be a floating point number.
Diffstat (limited to 'doc')
-rw-r--r--doc/coreutils.texi8
1 files changed, 5 insertions, 3 deletions
diff --git a/doc/coreutils.texi b/doc/coreutils.texi
index b35f5f363..142769cc0 100644
--- a/doc/coreutils.texi
+++ b/doc/coreutils.texi
@@ -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