]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
add comment
authorJim Meyering <jim@meyering.net>
Mon, 26 Jul 1999 09:03:15 +0000 (09:03 +0000)
committerJim Meyering <jim@meyering.net>
Mon, 26 Jul 1999 09:03:15 +0000 (09:03 +0000)
src/tail.c

index d8d8287e243a7a81ec5caa059827dcdf6f8275fa..04d29a24c208aa68f7f3f1b95de13465abd91eee 100644 (file)
@@ -117,7 +117,8 @@ struct File_spec
 
 };
 
-/* FIXME: describe */
+/* Keep trying to open a file even if it is inaccessible when tail starts
+   or if it becomes inaccessible later -- useful only with -f.  */
 static int reopen_inaccessible_files;
 
 /* If nonzero, interpret the numeric argument as the number of lines.