[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.137 and 1.138

version 1.137, 2015/02/10 17:47:19 version 1.138, 2015/02/11 13:37:31
Line 628 
Line 628 
                         break;                          break;
                 }                  }
   
                   /* Explicit blocks close out description lines. */
   
                   if (n->tok == MDOC_Nd) {
                           rew_last(mdoc, n);
                           continue;
                   }
   
                 /*                  /*
                  * When finding an open sub block, remember the last                   * When finding an open sub block, remember the last
                  * open explicit block, or, in case there are only                   * open explicit block, or, in case there are only

Legend:
Removed from v.1.137  
changed lines
  Added in v.1.138