[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.3 and 1.6

version 1.3, 2017/05/05 15:17:32 version 1.6, 2017/06/04 22:44:15
Line 1 
Line 1 
 /*      $OpenBSD$ */  /*      $Id$ */
 /*  /*
  * Copyright (c) 2010 Kristaps Dzonsons <kristaps@bsd.lv>   * Copyright (c) 2010 Kristaps Dzonsons <kristaps@bsd.lv>
  * Copyright (c) 2014, 2017 Ingo Schwarze <schwarze@openbsd.org>   * Copyright (c) 2014, 2017 Ingo Schwarze <schwarze@openbsd.org>
Line 35  static const roff_html_pre_fp roff_html_pre_acts[ROFF_
Line 35  static const roff_html_pre_fp roff_html_pre_acts[ROFF_
         roff_html_pre_br,  /* br */          roff_html_pre_br,  /* br */
         NULL,  /* ft */          NULL,  /* ft */
         NULL,  /* ll */          NULL,  /* ll */
           NULL,  /* mc */
         roff_html_pre_sp,  /* sp */          roff_html_pre_sp,  /* sp */
           NULL,  /* ta */
           NULL,  /* ti */
 };  };
   
   

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.6

CVSweb