=================================================================== RCS file: /cvs/mandoc/roff.c,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- mandoc/roff.c 2008/11/24 18:32:39 1.2 +++ mandoc/roff.c 2008/11/24 18:34:50 1.3 @@ -1,4 +1,4 @@ -/* $Id: roff.c,v 1.2 2008/11/24 18:32:39 kristaps Exp $ */ +/* $Id: roff.c,v 1.3 2008/11/24 18:34:50 kristaps Exp $ */ /* * Copyright (c) 2008 Kristaps Dzonsons * @@ -33,6 +33,8 @@ enum roffd { ROFF_ENTER = 0, ROFF_EXIT }; + +/* FIXME: prolog roffs can be text roffs, too. */ enum rofftype { ROFF_TITLE,