From e3a15bed3c9b88c4033eb15e947e52a82518ea04 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Mon, 26 Jul 1999 09:03:15 +0000 Subject: [PATCH] add comment --- src/tail.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/tail.c b/src/tail.c index d8d8287e24..04d29a24c2 100644 --- a/src/tail.c +++ b/src/tail.c @@ -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. -- 2.47.3