=================================================================== RCS file: /cvs/mandoc/TODO,v retrieving revision 1.91 retrieving revision 1.93 diff -u -p -r1.91 -r1.93 --- mandoc/TODO 2011/02/27 14:17:28 1.91 +++ mandoc/TODO 2011/03/19 23:36:08 1.93 @@ -1,6 +1,6 @@ ************************************************************************ * Official mandoc TODO. -* $Id: TODO,v 1.91 2011/02/27 14:17:28 schwarze Exp $ +* $Id: TODO,v 1.93 2011/03/19 23:36:08 schwarze Exp $ ************************************************************************ ************************************************************************ @@ -10,15 +10,6 @@ - .TP before .SH is still FATAL in man(7) reported by brad@ Sat, 15 Jan 2011 15:54:54 -0500 -- The mdoc(7) parser should handle `\.' as punctuation: - .Ql .if ${VAR} op something \. - should produce - `.if ${VAR} op something'. - not - `.if ${VAR} op something .' - as seen in make(1). - To escape the dot, one would use `\&.'. - - the roff parser doesn't tolerate additional characters between a macro and the \} terminating a conditional block, e.g. .if n \{ @@ -286,6 +277,10 @@ ************************************************************************ * error reporting issues ************************************************************************ + +- empty .RS blocks in man(7) should be warnings, not errors, + see for example qemu(1); + brad@comstyle.com Sat Mar 19 00:36:56 2011 ************************************************************************ * performance issues