From d9c6b1be15e48dc43678c02ee4e86d280ea73046 Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Sun, 6 Feb 2011 21:44:36 +0000 Subject: Add initial libmdoc and libman top-most machinery for accepting TBL directives. For now this will just ignore them (except for -Ttree, which just notes that an EQN's been accepted). --- man.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'man.h') diff --git a/man.h b/man.h index 4373f8e6..6d9f3ced 100644 --- a/man.h +++ b/man.h @@ -1,4 +1,4 @@ -/* $Id: man.h,v 1.51 2011/01/12 10:43:22 kristaps Exp $ */ +/* $Id: man.h,v 1.52 2011/02/06 21:44:36 kristaps Exp $ */ /* * Copyright (c) 2009, 2010 Kristaps Dzonsons * @@ -67,7 +67,8 @@ enum man_type { MAN_BLOCK, MAN_HEAD, MAN_BODY, - MAN_TBL + MAN_TBL, + MAN_EQN }; /* -- cgit v1.2.3