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

Diff for /mandoc/roff_html.c between version 1.8 and 1.10

version 1.8, 2017/06/08 12:54:58 version 1.10, 2017/06/14 22:51:25
Line 38  static const roff_html_pre_fp roff_html_pre_acts[ROFF_
Line 38  static const roff_html_pre_fp roff_html_pre_acts[ROFF_
         NULL,  /* ft */          NULL,  /* ft */
         NULL,  /* ll */          NULL,  /* ll */
         NULL,  /* mc */          NULL,  /* mc */
           NULL,  /* po */
           roff_html_pre_ce,  /* rj */
         roff_html_pre_sp,  /* sp */          roff_html_pre_sp,  /* sp */
         NULL,  /* ta */          NULL,  /* ta */
         NULL,  /* ti */          NULL,  /* ti */

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.10

CVSweb