From 71214b69722d5e7d403cbd9af32d74abf3ab0359 Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Mon, 26 Oct 2009 07:11:06 +0000 Subject: -man also prints unknown macro (noted by Joerg Sonnenberger). --- mdoc.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'mdoc.c') diff --git a/mdoc.c b/mdoc.c index e4f76c03..773a3507 100644 --- a/mdoc.c +++ b/mdoc.c @@ -1,4 +1,4 @@ -/* $Id: mdoc.c,v 1.110 2009/10/24 05:52:13 kristaps Exp $ */ +/* $Id: mdoc.c,v 1.111 2009/10/26 07:11:07 kristaps Exp $ */ /* * Copyright (c) 2008, 2009 Kristaps Dzonsons * @@ -665,7 +665,6 @@ parsetext(struct mdoc *m, int line, char *buf) - static int macrowarn(struct mdoc *m, int ln, const char *buf) { -- cgit v1.2.3