From e9d24264e27dc7cfcd1fc87cd2e50cc710121ed5 Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Wed, 2 Feb 2011 21:40:45 +0000 Subject: If `Ns' is specified on its own line, it should be ignored. This is shitty groff behaviour. Do the same, but raise a warning to this effect. This from a TODO noted by schwarze@. --- main.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'main.c') diff --git a/main.c b/main.c index f21ce6f5..5896d5ff 100644 --- a/main.c +++ b/main.c @@ -1,4 +1,4 @@ -/* $Id: main.c,v 1.141 2011/01/25 12:24:27 schwarze Exp $ */ +/* $Id: main.c,v 1.142 2011/02/02 21:40:45 kristaps Exp $ */ /* * Copyright (c) 2008, 2009, 2010, 2011 Kristaps Dzonsons * Copyright (c) 2010, 2011 Ingo Schwarze @@ -146,6 +146,7 @@ static const char * const mandocerrs[MANDOCERR_MAX] = { /* related to macros and nesting */ "skipping obsolete macro", "skipping paragraph macro", + "skipping no-space macro", "blocks badly nested", "child violates parent syntax", "nested displays are not portable", -- cgit v1.2.3-56-ge451