]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC 359229:
authorMateusz Piotrowski <0mp@FreeBSD.org>
Wed, 25 Mar 2020 08:48:24 +0000 (08:48 +0000)
committerMateusz Piotrowski <0mp@FreeBSD.org>
Wed, 25 Mar 2020 08:48:24 +0000 (08:48 +0000)
commit45e7e173f2d229fcf499fabee63d8768c3eb183a
treeadcce5604eaa6ff508dd0a5997cafc1e4afbd89b
parent65f371da90be35d830b68e64d5147461f7e6da36
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
usr.bin/tail/tail.1