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

Diff for /mandoc/Attic/validate.c between version 1.48 and 1.49

version 1.48, 2009/02/21 14:56:58 version 1.49, 2009/02/21 15:34:46
Line 709  pre_it(struct mdoc *mdoc, struct mdoc_node *node)
Line 709  pre_it(struct mdoc *mdoc, struct mdoc_node *node)
 {  {
   
         /* TODO: -width attribute must be specified for -tag. */          /* TODO: -width attribute must be specified for -tag. */
           /* TODO: children too big for -width? */
   
         if (MDOC_BLOCK != node->type)          if (MDOC_BLOCK != node->type)
                 return(1);                  return(1);

Legend:
Removed from v.1.48  
changed lines
  Added in v.1.49

CVSweb