]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
(tail invocation): Do not ignore -f for
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 22 Jul 2004 20:54:33 +0000 (20:54 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 22 Jul 2004 20:54:33 +0000 (20:54 +0000)
all pipes, just for when standard input is a pipe and no
file operand is specified.

doc/coreutils.texi

index 007c8b45e8bbc5f10dad3964265dd88f7d63f24f..6f93e10dcdd8b4e604fd5b89f203b37f3fda2a3f 100644 (file)
@@ -2426,8 +2426,8 @@ by 1048576.
 @vindex name @r{follow option}
 @vindex descriptor @r{follow option}
 Loop forever trying to read more characters at the end of the file,
-presumably because the file is growing.  This option is ignored when
-reading from a pipe.
+presumably because the file is growing.  This option is ignored if
+no @var{file} operand is specified and standard input is a pipe.
 If more than one file is given, @command{tail} prints a header whenever it
 gets output from a different file, to indicate which file that output is
 from.