Source
--- truncate.1.orig 2016-01-14 02:35:48.000000000 -0600
+++ truncate.1 2019-03-06 03:55:21.000000000 -0600
.B truncate
truncates a file to a new size. This program is compatible
with the (Free-)BSD version of truncate.
+.TP
.B "\-c"
If the file already exists, do not (re-)create it but continue silently.
.TP
.TP
.B "\-s [+|-]size[K|k|M|m|G|g|T|t]"
Sets the new size of the file.
-.TP
.PP
.SH BUGS