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

Diff for /src/usr.bin/mandoc/mdoc_macro.c between version 1.5 and 1.6

version 1.5, 2009/07/12 18:35:57 version 1.6, 2009/07/12 19:05:52
Line 283 
Line 283 
         }          }
   
         if ( ! (MDOC_IGN_SCOPE & mdoc->pflags))          if ( ! (MDOC_IGN_SCOPE & mdoc->pflags))
                 return(mdoc_perr(mdoc, line, pos,                  return(mdoc_verr(mdoc, line, pos,
                                 "%s scope breaks %s scope of %s",                                  "%s scope breaks %s scope of %s",
                                 tt, t, n));                                  tt, t, n));
         return(mdoc_vwarn(mdoc, line, pos,          return(mdoc_vwarn(mdoc, line, pos,

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6