CVSROOT: /cvs Module name: src Changes by: [EMAIL PROTECTED] 2008/10/17 05:38:20
Modified files:
usr.bin/tail : extern.h forward.c tail.c
Log message:
Permit tail -f to follow multiple files, useful when you want to monitor
several logfiles in a single terminal. split forward() and move the
corresponding -rewritten- code to follow().
Closes PR 5092.
ok millert@ gilles@ sobrado@
