=================================================================== RCS file: /cvs/mandoc/term.c,v retrieving revision 1.102 retrieving revision 1.103 diff -u -p -r1.102 -r1.103 --- mandoc/term.c 2009/09/20 13:43:31 1.102 +++ mandoc/term.c 2009/09/23 11:02:21 1.103 @@ -1,4 +1,4 @@ -/* $Id: term.c,v 1.102 2009/09/20 13:43:31 kristaps Exp $ */ +/* $Id: term.c,v 1.103 2009/09/23 11:02:21 kristaps Exp $ */ /* * Copyright (c) 2008, 2009 Kristaps Dzonsons * @@ -24,6 +24,9 @@ #include "term.h" #include "man.h" #include "mdoc.h" + +/* FIXME: accomodate non-breaking, non-collapsing white-space. */ +/* FIXME: accomodate non-breaking, collapsing white-space. */ extern void man_run(struct termp *, const struct man *);