[BACK]Return to mdoc_validate.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / mandoc

Diff for /src/usr.bin/mandoc/mdoc_validate.c between version 1.26 and 1.27

version 1.26, 2009/07/18 16:21:52 version 1.27, 2009/07/18 19:44:38
Line 870 
Line 870 
   
   
 static int  static int
   post_lb(POST_ARGS)
   {
   
           if (mdoc_a2lib(mdoc->last->child->string))
                   return(1);
           return(mdoc_nwarn(mdoc, mdoc->last, ELIB));
   }
   
   
   static int
 post_nm(POST_ARGS)  post_nm(POST_ARGS)
 {  {
   

Legend:
Removed from v.1.26  
changed lines
  Added in v.1.27