mirror of
https://github.com/coreutils/coreutils.git
synced 2025-01-22 08:03:40 +08:00
(tail invocation): "size has remained the same"
-> "file has not changed", which is more accurate for fifos.
This commit is contained in:
parent
2ebcff3337
commit
c8ab5c1358
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user