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

Diff for /mandoc/man_macro.c between version 1.113 and 1.114

version 1.113, 2015/10/22 21:54:23 version 1.114, 2016/01/08 17:48:09
Line 157  rew_scope(struct roff_man *man, int tok)
Line 157  rew_scope(struct roff_man *man, int tok)
         /* Preserve empty paragraphs before RS. */          /* Preserve empty paragraphs before RS. */
   
         n = man->last;          n = man->last;
         if (tok == MAN_RS && n->nchild == 0 &&          if (tok == MAN_RS && n->child == NULL &&
             (n->tok == MAN_P || n->tok == MAN_PP || n->tok == MAN_LP))              (n->tok == MAN_P || n->tok == MAN_PP || n->tok == MAN_LP))
                 return;                  return;
   

Legend:
Removed from v.1.113  
changed lines
  Added in v.1.114

CVSweb