[BACK]Return to TODO CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / mandoc

Diff for /mandoc/TODO between version 1.91 and 1.93

version 1.91, 2011/02/27 14:17:28 version 1.93, 2011/03/19 23:36:08
Line 10 
Line 10 
 - .TP before .SH is still FATAL in man(7)  - .TP before .SH is still FATAL in man(7)
   reported by brad@  Sat, 15 Jan 2011 15:54:54 -0500    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  - the roff parser doesn't tolerate additional characters between
   a macro and the \} terminating a conditional block, e.g.    a macro and the \} terminating a conditional block, e.g.
   .if n \{    .if n \{
Line 286 
Line 277 
 ************************************************************************  ************************************************************************
 * error reporting issues  * 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  * performance issues

Legend:
Removed from v.1.91  
changed lines
  Added in v.1.93

CVSweb