=================================================================== RCS file: /cvs/mandoc/man_term.c,v retrieving revision 1.69 retrieving revision 1.71 diff -u -p -r1.69 -r1.71 --- mandoc/man_term.c 2010/05/17 10:26:49 1.69 +++ mandoc/man_term.c 2010/05/17 22:11:42 1.71 @@ -1,4 +1,4 @@ -/* $Id: man_term.c,v 1.69 2010/05/17 10:26:49 joerg Exp $ */ +/* $Id: man_term.c,v 1.71 2010/05/17 22:11:42 kristaps Exp $ */ /* * Copyright (c) 2008, 2009 Kristaps Dzonsons * @@ -26,6 +26,7 @@ #include #include +#include "mandoc.h" #include "out.h" #include "man.h" #include "term.h" @@ -142,6 +143,7 @@ static const struct termact termacts[MAN_MAX] = { { pre_sp, NULL, MAN_NOTEXT }, /* Sp */ { pre_nf, NULL, 0 }, /* Vb */ { pre_fi, NULL, 0 }, /* Ve */ + { pre_ign, NULL, 0 }, /* AT */ };