tail(1): Add -v flag to always print a header
authorAaron LI <aly@aaronly.me>
Sat, 20 Jun 2020 03:52:32 +0000 (11:52 +0800)
committerAaron LI <aly@aaronly.me>
Sat, 20 Jun 2020 03:52:32 +0000 (11:52 +0800)
commitf038181408e47684b271228c89bece66119a4bdb
tree5b8e0d920806d81f414c37d1d35cc9525b82efb9
parentf31df7b5941dbdc6e6bb5151595ec5f3fe75b0b9
tail(1): Add -v flag to always print a header

* Add the '-v' flag to always print a header for each file, even if only
  a single file is specified.  Obtained from NetBSD.
* Add '__dead2' attribute to the non-return function 'usage()'.
* Improve several markups in the man page.
usr.bin/tail/extern.h
usr.bin/tail/forward.c
usr.bin/tail/tail.1
usr.bin/tail/tail.c