freebsd-skq/usr.bin/tail
0mp 8abb76e9e0 Use -F instead of -f in tail(1) examples
There is an example in tail(1) manual page explaining how to use tail(1) to
track the contents of /var/log/messages. The example uses the -f flag to
follow the file. The problem with the -f flag is that it cannot handle the
situation where /var/log/messages is rotated. Hence, use -F instead in the
example.

Reviewed by:	asomers
MFC after:	3 days
Differential Revision:	https://reviews.freebsd.org/D24157
2020-03-22 21:51:50 +00:00
..
tests
extern.h
forward.c
Makefile
Makefile.depend
Makefile.depend.options
misc.c
read.c
reverse.c
tail.1
tail.c