summaryrefslogtreecommitdiff
path: root/doc/textutils.texi
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1999-11-03 12:20:11 +0000
committerJim Meyering <jim@meyering.net>1999-11-03 12:20:11 +0000
commitff220fd01212f9ce7cd416343d2cb91f41ffd4ac (patch)
treea58d1d4aa6a168ed58c5611ec2eaea44b98a98f4 /doc/textutils.texi
parent670f9b2f8a0ac7b426152acd4d10aefb67452500 (diff)
downloadcoreutils-ff220fd01212f9ce7cd416343d2cb91f41ffd4ac.tar.xz
add comma
Diffstat (limited to 'doc/textutils.texi')
-rw-r--r--doc/textutils.texi2
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.