diff options
author | Jim Meyering <jim@meyering.net> | 1999-07-26 09:17:56 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1999-07-26 09:17:56 +0000 |
commit | bf94a704bc6a977f0ce25b1ab04a7123ec43169d (patch) | |
tree | 2c899e7f3e41fb3af175965285813dc549f1b12f | |
parent | e3a15bed3c9b88c4033eb15e947e52a82518ea04 (diff) | |
download | coreutils-bf94a704bc6a977f0ce25b1ab04a7123ec43169d.tar.xz |
more comments
-rw-r--r-- | src/tail.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tail.c b/src/tail.c index 04d29a24c..771920a4c 100644 --- a/src/tail.c +++ b/src/tail.c @@ -102,10 +102,10 @@ struct File_spec dev_t dev; ino_t ino; - /* FIXME: describe */ + /* See description of DEFAULT_MAX_N_... below. */ unsigned int n_unchanged_stats; - /* FIXME: describe */ + /* See description of DEFAULT_MAX_N_... below. */ unsigned int n_consecutive_size_changes; /* A file is tailable if it is a regular file or a fifo and it is |