[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.15 and 1.16

version 1.15, 2018/12/16 00:17:02 version 1.16, 2018/12/31 07:08:12
Line 38  static void   roff_html_pre_sp(ROFF_HTML_ARGS);
Line 38  static void   roff_html_pre_sp(ROFF_HTML_ARGS);
 static  const roff_html_pre_fp roff_html_pre_acts[ROFF_MAX] = {  static  const roff_html_pre_fp roff_html_pre_acts[ROFF_MAX] = {
         roff_html_pre_br,  /* br */          roff_html_pre_br,  /* br */
         roff_html_pre_ce,  /* ce */          roff_html_pre_ce,  /* ce */
           roff_html_pre_br,  /* fi */
         roff_html_pre_ft,  /* ft */          roff_html_pre_ft,  /* ft */
         NULL,  /* ll */          NULL,  /* ll */
         NULL,  /* mc */          NULL,  /* mc */
           roff_html_pre_br,  /* nf */
         NULL,  /* po */          NULL,  /* po */
         roff_html_pre_ce,  /* rj */          roff_html_pre_ce,  /* rj */
         roff_html_pre_sp,  /* sp */          roff_html_pre_sp,  /* sp */

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.16

CVSweb