K 10 svn:author V 3 0mp K 8 svn:date V 27 2020-03-25T08:51:46.797157Z K 7 svn:log V 443 MFC 359229: 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 Differential Revision: https://reviews.freebsd.org/D24157 END