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

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

version 1.47, 2009/01/21 17:56:32 version 1.48, 2009/02/21 14:56:58
Line 708  static int
Line 708  static int
 pre_it(struct mdoc *mdoc, struct mdoc_node *node)  pre_it(struct mdoc *mdoc, struct mdoc_node *node)
 {  {
   
           /* TODO: -width attribute must be specified for -tag. */
   
         if (MDOC_BLOCK != node->type)          if (MDOC_BLOCK != node->type)
                 return(1);                  return(1);
         return(pre_check_parent(mdoc, node, MDOC_Bl, MDOC_BODY));          return(pre_check_parent(mdoc, node, MDOC_Bl, MDOC_BODY));

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

CVSweb