[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.41

version 1.39, 2010/05/26 14:03:54 version 1.41, 2010/07/31 23:52:58
Line 1 
Line 1 
 /*      $Id$ */  /*      $Id$ */
 /*  /*
  * Copyright (c) 2008, 2009 Kristaps Dzonsons <kristaps@bsd.lv>   * Copyright (c) 2008, 2009, 2010 Kristaps Dzonsons <kristaps@bsd.lv>
  *   *
  * Permission to use, copy, modify, and distribute this software for any   * Permission to use, copy, modify, and distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above   * purpose with or without fee is hereby granted, provided that the above
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.41

CVSweb