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

Diff for /mandoc/mdoc_validate.c between version 1.177 and 1.178

version 1.177, 2011/10/16 12:20:34 version 1.178, 2011/11/18 14:58:24
Line 1693  post_rs(POST_ARGS)
Line 1693  post_rs(POST_ARGS)
                 mdoc_node_delete(mdoc, nn);                  mdoc_node_delete(mdoc, nn);
         }          }
   
           /* Bail out early if a plain text node is found inside .Rs. */
           if (NULL == mdoc->last->child)
                   return(1);
   
         /*          /*
          * The full `Rs' block needs special handling to order the           * The full `Rs' block needs special handling to order the
          * sub-elements according to `rsord'.  Pick through each element           * sub-elements according to `rsord'.  Pick through each element

Legend:
Removed from v.1.177  
changed lines
  Added in v.1.178

CVSweb