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

Diff for /mandoc/mdoc_term.c between version 1.343 and 1.344

version 1.343, 2017/02/06 03:44:58 version 1.344, 2017/02/16 03:00:23
Line 395  print_mdoc_node(DECL_ARGS)
Line 395  print_mdoc_node(DECL_ARGS)
                  */                   */
                 if (ENDBODY_NOT != n->end)                  if (ENDBODY_NOT != n->end)
                         n->body->flags |= NODE_ENDED;                          n->body->flags |= NODE_ENDED;
   
                 /*  
                  * End of line terminating an implicit block  
                  * while an explicit block is still open.  
                  * Continue the explicit block without spacing.  
                  */  
                 if (ENDBODY_NOSPACE == n->end)  
                         p->flags |= TERMP_NOSPACE;  
                 break;                  break;
         }          }
   

Legend:
Removed from v.1.343  
changed lines
  Added in v.1.344

CVSweb