diff options
Diffstat (limited to 'devel/c2mdoc/files/c2mdoc.awk')
-rw-r--r-- | devel/c2mdoc/files/c2mdoc.awk | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/devel/c2mdoc/files/c2mdoc.awk b/devel/c2mdoc/files/c2mdoc.awk index 447153bbc163..35c43761628d 100644 --- a/devel/c2mdoc/files/c2mdoc.awk +++ b/devel/c2mdoc/files/c2mdoc.awk @@ -2,9 +2,7 @@ # # c2mdoc.awk -- Takes tabulated output from cproto(1) and turns it into # mdoc(7) markup. -# -# $FreeBSD$ -# + BEGIN { FS="\t" } { printf ".Ft %s\n", $1 ; |