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

Diff for /mandoc/mdoc.c between version 1.227 and 1.228

version 1.227, 2014/10/20 02:33:06 version 1.228, 2014/10/20 15:50:24
Line 238  int
Line 238  int
 mdoc_parseln(struct mdoc *mdoc, int ln, char *buf, int offs)  mdoc_parseln(struct mdoc *mdoc, int ln, char *buf, int offs)
 {  {
   
         mdoc->flags |= MDOC_NEWLINE;          if (mdoc->last->type != MDOC_EQN || ln > mdoc->last->line)
                   mdoc->flags |= MDOC_NEWLINE;
   
         /*          /*
          * Let the roff nS register switch SYNOPSIS mode early,           * Let the roff nS register switch SYNOPSIS mode early,

Legend:
Removed from v.1.227  
changed lines
  Added in v.1.228

CVSweb