1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-03-25 06:15:01 +02:00

add comma

This commit is contained in:
Jim Meyering
1999-11-03 12:20:11 +00:00
parent 670f9b2f8a
commit ff220fd012

View File

@@ -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.