[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.32 and 1.35

version 1.32, 2010/05/15 20:51:40 version 1.35, 2010/05/17 22:11:42
Line 26 
Line 26 
 #include <stdlib.h>  #include <stdlib.h>
 #include <string.h>  #include <string.h>
   
   #include "mandoc.h"
 #include "out.h"  #include "out.h"
 #include "html.h"  #include "html.h"
 #include "man.h"  #include "man.h"
Line 106  static const struct htmlman mans[MAN_MAX] = {
Line 107  static const struct htmlman mans[MAN_MAX] = {
         { man_br_pre, NULL }, /* Sp */          { man_br_pre, NULL }, /* Sp */
         { man_ign_pre, NULL }, /* Vb */          { man_ign_pre, NULL }, /* Vb */
         { NULL, NULL }, /* Ve */          { NULL, NULL }, /* Ve */
         { man_ign_pre, NULL }, /* de */          { man_ign_pre, NULL }, /* AT */
         { man_ign_pre, NULL }, /* dei */  
         { man_ign_pre, NULL }, /* am */  
         { man_ign_pre, NULL }, /* ami */  
         { NULL, NULL }, /* . */  
 };  };
   
   

Legend:
Removed from v.1.32  
changed lines
  Added in v.1.35

CVSweb