[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.13 and 1.14

version 1.13, 2009/06/18 10:53:58 version 1.14, 2009/07/24 20:22:24
Line 59  const struct actions man_actions[MAN_MAX] = {
Line 59  const struct actions man_actions[MAN_MAX] = {
         { NULL }, /* RI */          { NULL }, /* RI */
         { NULL }, /* na */          { NULL }, /* na */
         { NULL }, /* i */          { NULL }, /* i */
           { NULL }, /* sp */
 };  };
   
   

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

CVSweb