[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.61 and 1.62

version 1.61, 2010/04/03 14:02:10 version 1.62, 2010/04/03 14:12:48
Line 627  pre_bl(PRE_ARGS)
Line 627  pre_bl(PRE_ARGS)
                          * over.  If we don't do this, mdoc_action will                           * over.  If we don't do this, mdoc_action will
                          * become confused when it scans over multiple                           * become confused when it scans over multiple
                          * types whilst setting its bitmasks.                           * types whilst setting its bitmasks.
                            *
                            * FIXME: this should occur in mdoc_action.c.
                          */                           */
                         if (type >= 0) {                          if (type >= 0) {
                                 if ( ! mdoc_nwarn(mdoc, n, EMULTILIST))                                  if ( ! mdoc_nwarn(mdoc, n, EMULTILIST))

Legend:
Removed from v.1.61  
changed lines
  Added in v.1.62

CVSweb