commit 2d6441a2644dc9baf7f950cd778b65b31bc1cb25 parent 4b4b254f556bafb64161a008c0fe5ce580cd9b86 Author: hhvn <dev@haydenvh.com> Date: Thu, 11 Mar 2021 00:03:26 +0000 .s/m/m/tac.1o: document openbsd-compat/tac Diffstat:
A | .scripts/man/man1/tac.1o | | | 19 | +++++++++++++++++++ |
1 file changed, 19 insertions(+), 0 deletions(-)
diff --git a/.scripts/man/man1/tac.1o b/.scripts/man/man1/tac.1o @@ -0,0 +1,19 @@ +.Dd hhvn-obsd-compat +.Dt tac 1 +.Sh PROLOGUE +These scripts are barebone replicas of some GNU programs that I miss on openbsd + +IMO, this is the lazy method of ensuring compatibility :) +.Sh NAME +.Nm tac +.Nd print last line of last +.Ar file +(or stdin). +.Sh SYNOPSIS +.Nm +.Ar "[" files "]" +.Sh SEE ALSO +.Xr hhvn-scripts 7 +.Xr hhvn-obsd-compat 7 +.Sh AUTHOR +.An hhvn Aq Mt dev@hhvn.uk .