From 48cb109a8742387e3c1e8a411acb1f5fbebed5a9 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Fri, 30 Jul 1999 21:04:18 +0000 Subject: [PATCH] *** empty log message *** --- doc/textutils.texi | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/doc/textutils.texi b/doc/textutils.texi index 748160c..a9d3b70 100644 --- a/doc/textutils.texi +++ b/doc/textutils.texi @@ -1540,11 +1540,10 @@ build completes. Without this option, you would have had to kill the @example make >& makerr & tail --pid=$! -f makerr @end example -If you specify a @var{pid} that is not in use or that does not -correspond to the process that is writing to the tailed files, then -@code{tail} may terminate long before any @var{file}s stop growing -or it may not terminate until long after the real writer process has -terminated. +If you specify a @var{pid} that is not in use or that does not correspond +to the process that is writing to the tailed files, then @code{tail} +may terminate long before any @var{file}s stop growing or it may not +terminate until long after the real writer has terminated. @itemx --max-consecutive-size-changes=@var{n} @opindex --max-consecutive-size-changes -- 2.7.4