summaryrefslogtreecommitdiffstats
path: root/mdoc.c
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-10-26 07:11:06 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-10-26 07:11:06 +0000
commite2944aa4f55c6872ee2344ffbd51212c75cffebb (patch)
tree889f93921832424c7c2be1a9a76e97b69de64d1d /mdoc.c
parentae31c624796c0d1f8969261195d13eca22ecca14 (diff)
downloadmandoc-e2944aa4f55c6872ee2344ffbd51212c75cffebb.tar.gz
-man also prints unknown macro (noted by Joerg Sonnenberger).
Diffstat (limited to 'mdoc.c')
-rw-r--r--mdoc.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/mdoc.c b/mdoc.c
index e153c0dd..92d5a195 100644
--- a/mdoc.c
+++ b/mdoc.c
@@ -665,7 +665,6 @@ parsetext(struct mdoc *m, int line, char *buf)
-
static int
macrowarn(struct mdoc *m, int ln, const char *buf)
{