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

Diff for /mandoc/Attic/man_action.c between version 1.18 and 1.19

version 1.18, 2009/08/21 12:32:38 version 1.19, 2009/08/22 09:10:38
Line 62  const struct actions man_actions[MAN_MAX] = {
Line 62  const struct actions man_actions[MAN_MAX] = {
         { NULL }, /* RE */          { NULL }, /* RE */
         { NULL }, /* RS */          { NULL }, /* RS */
         { NULL }, /* DT */          { NULL }, /* DT */
           { NULL }, /* UC */
 };  };
   
 static  time_t    man_atotime(const char *);  static  time_t    man_atotime(const char *);

Legend:
Removed from v.1.18  
changed lines
  Added in v.1.19

CVSweb