diff options
author | Jim Meyering <jim@meyering.net> | 1999-07-30 21:04:18 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1999-07-30 21:04:18 +0000 |
commit | 48cb109a8742387e3c1e8a411acb1f5fbebed5a9 (patch) | |
tree | 5c3f362564631e787915bece78d590c768d0b12d | |
parent | f18a0a433135a8ec4723701f86dfbb8860c21d6c (diff) | |
download | coreutils-48cb109a8742387e3c1e8a411acb1f5fbebed5a9.tar.xz |
*** empty log message ***
-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 |