]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
(tail invocation): "size has remained the same"
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 23 Jul 2004 22:11:49 +0000 (22:11 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 23 Jul 2004 22:11:49 +0000 (22:11 +0000)
-> "file has not changed", which is more accurate for fifos.

doc/coreutils.texi

index 6f93e10dcdd8b4e604fd5b89f203b37f3fda2a3f..b0dfa57cb0cd8697d6c69c00dcf4a1048f6a39ff 100644 (file)
@@ -2509,7 +2509,7 @@ will print a warning if this is the case.
 @opindex --max-unchanged-stats
 When tailing a file by name, if there have been @var{n} (default
 n=@value{DEFAULT_MAX_N_UNCHANGED_STATS_BETWEEN_OPENS}) consecutive
-iterations for which the size has remained the same, then
+iterations for which the file has not changed, then
 @code{open}/@code{fstat} the file to determine if that file name is
 still associated with the same device/inode-number pair as before.
 When following a log file that is rotated, this is approximately the