diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/textutils.texi | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/doc/textutils.texi b/doc/textutils.texi index 748160ced..a9d3b70c5 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 |