[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.26 and 1.28

version 1.26, 2010/03/22 14:03:03 version 1.28, 2010/03/24 03:46:02
Line 18 
Line 18 
 #include "config.h"  #include "config.h"
 #endif  #endif
   
 #include <sys/utsname.h>  
   
 #include <assert.h>  #include <assert.h>
 #include <stdlib.h>  #include <stdlib.h>
 #include <string.h>  #include <string.h>
Line 68  const struct actions man_actions[MAN_MAX] = {
Line 66  const struct actions man_actions[MAN_MAX] = {
         { NULL }, /* DT */          { NULL }, /* DT */
         { NULL }, /* UC */          { NULL }, /* UC */
         { NULL }, /* PD */          { NULL }, /* PD */
           { NULL }, /* Sp */
           { post_nf }, /* Vb */
           { post_fi }, /* Ve */
 };  };
   
   

Legend:
Removed from v.1.26  
changed lines
  Added in v.1.28

CVSweb