summaryrefslogtreecommitdiff
path: root/devel/c2mdoc/files/c2mdoc.awk
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2021-04-06 16:21:47 +0200
committerMathieu Arnold <mat@FreeBSD.org>2021-04-06 16:31:13 +0200
commit135fdeebb99c3569e42d8162b265e15d29bd937d (patch)
tree0633c9aadceddb9aa52cae2dc3d7e7e6732eece9 /devel/c2mdoc/files/c2mdoc.awk
parentRemove # $FreeBSD$ from Makefiles. (diff)
all: Remove all other $FreeBSD keywords.
Diffstat (limited to 'devel/c2mdoc/files/c2mdoc.awk')
-rw-r--r--devel/c2mdoc/files/c2mdoc.awk4
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 ;