mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-02-10 17:31:56 +02:00
doc: describe how kernel inotify support affects tail -f
* doc/coreutils.texi (tail invocation) [-f]: Mention how inotify kernel support makes a difference. Prompted by http://bugzilla.redhat.com/662900
This commit is contained in:
@@ -2830,6 +2830,11 @@ no @var{file} operand is specified and standard input is a FIFO or a pipe.
|
||||
Likewise, the @option{-f} option has no effect for any
|
||||
operand specified as @samp{-}, when standard input is a FIFO or a pipe.
|
||||
|
||||
With kernel inotify support, output is asynchronous and generally very prompt.
|
||||
Otherwise, @command{tail} sleeps for one second between checks---
|
||||
use @option{--sleep-interval=@var{N}} to change that default---which can
|
||||
make the output appear slightly less responsive or bursty.
|
||||
|
||||
@item -F
|
||||
@opindex -F
|
||||
This option is the same as @option{--follow=name --retry}. That is, tail
|
||||
|
||||
Reference in New Issue
Block a user