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

Diff for /mandoc/man_html.c between version 1.12 and 1.13

version 1.12, 2009/10/22 18:55:32 version 1.13, 2009/10/24 05:45:04
Line 30 
Line 30 
 #include "main.h"  #include "main.h"
   
 /* TODO: preserve ident widths. */  /* TODO: preserve ident widths. */
   /* FIXME: have PD set the default vspace width. */
   
 #define INDENT            5  #define INDENT            5
 #define HALFINDENT        3  #define HALFINDENT        3
Line 104  static const struct htmlman mans[MAN_MAX] = {
Line 105  static const struct htmlman mans[MAN_MAX] = {
         { man_RS_pre, NULL }, /* RS */          { man_RS_pre, NULL }, /* RS */
         { man_ign_pre, NULL }, /* DT */          { man_ign_pre, NULL }, /* DT */
         { man_ign_pre, NULL }, /* UC */          { man_ign_pre, NULL }, /* UC */
           { man_ign_pre, NULL }, /* PD */
 };  };
   
   

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13

CVSweb