=================================================================== RCS file: /cvs/mandoc/mdoc_term.c,v retrieving revision 1.74 retrieving revision 1.75 diff -u -p -r1.74 -r1.75 --- mandoc/mdoc_term.c 2009/09/20 17:48:13 1.74 +++ mandoc/mdoc_term.c 2009/09/20 19:25:06 1.75 @@ -1,4 +1,4 @@ -/* $Id: mdoc_term.c,v 1.74 2009/09/20 17:48:13 kristaps Exp $ */ +/* $Id: mdoc_term.c,v 1.75 2009/09/20 19:25:06 kristaps Exp $ */ /* * Copyright (c) 2008, 2009 Kristaps Dzonsons * @@ -424,6 +424,7 @@ print_foot(DECL_ARGS) } +/* FIXME: put in utility library. */ /* ARGSUSED */ static void print_head(DECL_ARGS)