[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.37 and 1.44

version 1.37, 2010/06/19 20:46:28 version 1.44, 2010/07/22 23:53:54
Line 1 
Line 1 
 /*      $Id$ */  /*      $Id$ */
 /*  /*
  * Copyright (c) 2008, 2009 Kristaps Dzonsons <kristaps@bsd.lv>   * Copyright (c) 2008, 2009, 2010 Kristaps Dzonsons <kristaps@bsd.lv>
  *   *
  * Permission to use, copy, modify, and distribute this software for any   * Permission to use, copy, modify, and distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above   * purpose with or without fee is hereby granted, provided that the above
Line 108  static const struct htmlman mans[MAN_MAX] = {
Line 108  static const struct htmlman mans[MAN_MAX] = {
         { man_ign_pre, NULL }, /* Vb */          { man_ign_pre, NULL }, /* Vb */
         { NULL, NULL }, /* Ve */          { NULL, NULL }, /* Ve */
         { man_ign_pre, NULL }, /* AT */          { man_ign_pre, NULL }, /* AT */
           { NULL, NULL }, /* in */
 };  };
   
   

Legend:
Removed from v.1.37  
changed lines
  Added in v.1.44

CVSweb