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

Diff for /mandoc/man.c between version 1.16 and 1.17

version 1.16, 2009/04/05 16:34:22 version 1.17, 2009/04/12 19:30:45
Line 379  out:
Line 379  out:
         if (fl) {          if (fl) {
                 /*                  /*
                  * A NLINE macro has been immediately followed with                   * A NLINE macro has been immediately followed with
                  * another.  Close out the preceeding macro's scope, and                   * another.  Close out the preceding macro's scope, and
                  * continue.                   * continue.
                  */                   */
                 assert(MAN_ROOT != m->last->type);                  assert(MAN_ROOT != m->last->type);

Legend:
Removed from v.1.16  
changed lines
  Added in v.1.17

CVSweb