From af2c97c7b003aede133aa66677d5d4c5bfc61c07 Mon Sep 17 00:00:00 2001 From: Ingo Schwarze Date: Sat, 24 Jan 2015 02:41:49 +0000 Subject: Strangely, ignoring the roff(7) .na request was implemented in the man(7) parser. Simplify the code by moving it into the roff(7) parser, also making it work for mdoc(7). --- man.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'man.h') diff --git a/man.h b/man.h index f4589fe3..9e8eb03e 100644 --- a/man.h +++ b/man.h @@ -1,4 +1,4 @@ -/* $Id: man.h,v 1.68 2014/12/24 18:04:10 schwarze Exp $ */ +/* $Id: man.h,v 1.69 2015/01/24 02:41:49 schwarze Exp $ */ /* * Copyright (c) 2009, 2010, 2011 Kristaps Dzonsons * Copyright (c) 2014 Ingo Schwarze @@ -38,7 +38,6 @@ enum mant { MAN_I, MAN_IR, MAN_RI, - MAN_na, MAN_sp, MAN_nf, MAN_fi, -- cgit v1.2.3