diff options
author | Jim Meyering <jim@meyering.net> | 1999-11-03 12:20:11 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1999-11-03 12:20:11 +0000 |
commit | ff220fd01212f9ce7cd416343d2cb91f41ffd4ac (patch) | |
tree | a58d1d4aa6a168ed58c5611ec2eaea44b98a98f4 /doc | |
parent | 670f9b2f8a0ac7b426152acd4d10aefb67452500 (diff) | |
download | coreutils-ff220fd01212f9ce7cd416343d2cb91f41ffd4ac.tar.xz |
add comma
Diffstat (limited to 'doc')
-rw-r--r-- | doc/textutils.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/textutils.texi b/doc/textutils.texi index b424302ec..2e8eabb99 100644 --- a/doc/textutils.texi +++ b/doc/textutils.texi @@ -1562,7 +1562,7 @@ When tailing a file by name, if there have been this many consecutive iterations for which the size has remained the same, then @code{open}/@code{fstat} the file to determine if that file name is still associated with the same device/inode-number pair as before. -When following a log file that is rotated this is approximately the +When following a log file that is rotated, this is approximately the number of seconds between when tail prints the last pre-rotation lines and when it prints the lines that have accumulated in the new log file. See the output of @code{tail --help} for the default value. |