=================================================================== RCS file: /cvs/mandoc/TODO,v retrieving revision 1.74 retrieving revision 1.77 diff -u -p -r1.74 -r1.77 --- mandoc/TODO 2011/01/09 18:45:46 1.74 +++ mandoc/TODO 2011/01/12 15:50:42 1.77 @@ -1,6 +1,6 @@ ************************************************************************ * Official mandoc TODO. -* $Id: TODO,v 1.74 2011/01/09 18:45:46 schwarze Exp $ +* $Id: TODO,v 1.77 2011/01/12 15:50:42 kristaps Exp $ ************************************************************************ ************************************************************************ @@ -17,16 +17,15 @@ * formatter bugs ************************************************************************ -- in literal mode, the man(7) -Tascii formatter - breaks the line between macro arguments, - e.g. ".B #include " in gettext(3) - ************************************************************************ * missing features ************************************************************************ - pod2man expects `tr' to be implemented for \*(-- to work +- implement `rm' - it is easy to do and used in the pod2man preamble + reminded by brad@ Sun, Jan 09, 2011 at 09:45:58PM -0500 + - fix bad block nesting involving multiple identical explicit blocks see the OpenBSD mdoc_macro.c 1.47 commit message @@ -168,6 +167,14 @@ Port OpenBSD man_term.c rev. 1.25 to mdoc_term.c and document it in mdoc(7) and man(7) COMPATIBILITY found while talking to Chris Bennett + +************************************************************************ +* error reporting issues +************************************************************************ + +- downgrade "ERROR: macro requires body argument(s)" to WARNING + for the typical man(7) cases, it keeps confusing people + reminded by brad@ Sun, Jan 09, 2011 at 09:45:58PM -0500 ************************************************************************ * performance issues