[BACK]Return to roff_html.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / mandoc

Diff for /src/usr.bin/mandoc/roff_html.c between version 1.15 and 1.16

version 1.15, 2018/12/15 23:33:20 version 1.16, 2018/12/31 07:07:43
Line 38 
Line 38 
 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