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

Diff for /mandoc/Attic/action.c between version 1.38 and 1.39

version 1.38, 2009/03/09 13:17:49 version 1.39, 2009/03/09 14:19:59
Line 172  const struct actions mdoc_actions[MDOC_MAX] = {
Line 172  const struct actions mdoc_actions[MDOC_MAX] = {
         { NULL }, /* Lb */          { NULL }, /* Lb */
         { NULL }, /* Ap */          { NULL }, /* Ap */
         { NULL }, /* Lp */          { NULL }, /* Lp */
           { NULL }, /* Lk */
           { NULL }, /* Mt */
 };  };
   
   

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

CVSweb