[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.39 and 1.40

version 1.39, 2010/05/26 14:03:54 version 1.40, 2010/07/22 23:03:15
Line 73  const struct actions man_actions[MAN_MAX] = {
Line 73  const struct actions man_actions[MAN_MAX] = {
         { post_nf }, /* Vb */          { post_nf }, /* Vb */
         { post_fi }, /* Ve */          { post_fi }, /* Ve */
         { post_AT }, /* AT */          { post_AT }, /* AT */
           { NULL }, /* in */
 };  };
   
   

Legend:
Removed from v.1.39  
changed lines
  Added in v.1.40

CVSweb