diff options
author | Jim Meyering <jim@meyering.net> | 2000-04-16 16:03:44 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2000-04-16 16:03:44 +0000 |
commit | db01eaed39436ee45260bac2a3fad892a953c04c (patch) | |
tree | f2bd2a507eba8302ad109b0200b50785f166bcb2 | |
parent | a423a1374f6a7e05c832a248ba4bdabbdf81d4cf (diff) | |
download | coreutils-db01eaed39436ee45260bac2a3fad892a953c04c.tar.xz |
(tail invocation): Remove description.
-rw-r--r-- | doc/textutils.texi | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/doc/textutils.texi b/doc/textutils.texi index 5d9e1e8ea..d0b8d31f1 100644 --- a/doc/textutils.texi +++ b/doc/textutils.texi @@ -1546,17 +1546,6 @@ terminate until long after the real writer has terminated. Note that @samp{--pid} cannot be supported on some systems; @code{tail} will print a warning if this is the case. -@itemx --max-consecutive-size-changes=@var{n} -@opindex --max-consecutive-size-changes -This option is meaningful only when following by name. -Use it to control how long @code{tail} follows the descriptor of a file -that continues growing at a rapid pace even after it is deleted or renamed. -After detecting @var{n} -(default N=@value{DEFAULT_MAX_N_CONSECUTIVE_SIZE_CHANGES}) -consecutive size changes for a file, -@code{open}/@code{fstat} the file to determine if that file name is -still associated with the same device/inode-number pair as before. - @itemx --max-unchanged-stats=@var{n} @opindex --max-unchanged-stats When tailing a file by name, if there have been @var{n} (default |