Page MenuHomeFreeBSD

Use -F instead of -f in tail(1) examples
ClosedPublic

Authored by 0mp on Mar 22 2020, 8:39 PM.
Tags
None
Referenced Files
Unknown Object (File)
Dec 28 2023, 10:00 AM
Unknown Object (File)
Dec 22 2023, 10:09 PM
Unknown Object (File)
Dec 14 2023, 3:27 AM
Unknown Object (File)
Nov 5 2023, 12:58 PM
Unknown Object (File)
Sep 24 2023, 1:37 AM
Unknown Object (File)
Sep 5 2023, 5:39 AM
Unknown Object (File)
Sep 5 2023, 5:33 AM
Unknown Object (File)
Sep 5 2023, 5:23 AM

Details

Summary

Commit message:

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.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 30049
Build 27860: arc lint + arc unit