From e29a5b5a80c81fa6045785639e678bb968bd3e34 Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Sat, 15 May 2010 18:48:32 +0000 Subject: Magic fix for bogus manuals making -man puke: I don't care if it's magic because roff instructions will be nixed from the underlying systems anyway. --- roff.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'roff.c') diff --git a/roff.c b/roff.c index 5a78640e..c8661b6b 100644 --- a/roff.c +++ b/roff.c @@ -1,4 +1,4 @@ -/* $Id: roff.c,v 1.68 2010/05/15 18:43:59 kristaps Exp $ */ +/* $Id: roff.c,v 1.69 2010/05/15 18:48:32 kristaps Exp $ */ /* * Copyright (c) 2010 Kristaps Dzonsons * @@ -305,7 +305,7 @@ roff_new_close(ROFF_ARGS) if ( ! (*r->msg)(MANDOCERR_NOSCOPE, r->data, ln, ppos, NULL)) return(ROFF_ERR); */ - return(ROFF_CONT); + return(ROFF_IGN); } -- cgit v1.2.3-56-ge451