=================================================================== RCS file: /cvs/mandoc/man.c,v retrieving revision 1.35 retrieving revision 1.36 diff -u -p -r1.35 -r1.36 --- mandoc/man.c 2009/08/21 12:32:38 1.35 +++ mandoc/man.c 2009/08/21 13:18:32 1.36 @@ -1,4 +1,4 @@ -/* $Id: man.c,v 1.35 2009/08/21 12:32:38 kristaps Exp $ */ +/* $Id: man.c,v 1.36 2009/08/21 13:18:32 kristaps Exp $ */ /* * Copyright (c) 2008, 2009 Kristaps Dzonsons * @@ -442,8 +442,6 @@ descope: * first close out the element scope (if applicable), then close * out the block scope (also if applicable). */ - - /* XXX - this should be in man_action.c. */ if (MAN_ELINE & m->flags) { m->flags &= ~MAN_ELINE;