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

Diff for /mandoc/mdoc.c between version 1.249 and 1.250

version 1.249, 2015/04/19 14:25:41 version 1.250, 2015/04/19 14:57:38
Line 329  mdoc_ptext(struct roff_man *mdoc, int line, char *buf,
Line 329  mdoc_ptext(struct roff_man *mdoc, int line, char *buf,
                  * blank lines aren't allowed, but enough manuals assume this                   * blank lines aren't allowed, but enough manuals assume this
                  * behaviour that we want to work around it.                   * behaviour that we want to work around it.
                  */                   */
                 mdoc_elem_alloc(mdoc, line, offs, MDOC_sp, NULL);                  roff_elem_alloc(mdoc, line, offs, MDOC_sp);
                 mdoc->next = ROFF_NEXT_SIBLING;                  mdoc->next = ROFF_NEXT_SIBLING;
                 mdoc_valid_post(mdoc);                  mdoc_valid_post(mdoc);
                 return(1);                  return(1);

Legend:
Removed from v.1.249  
changed lines
  Added in v.1.250

CVSweb