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

Diff for /mandoc/man_macro.c between version 1.48 and 1.50

version 1.48, 2010/06/26 16:07:08 version 1.50, 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 83  const struct man_macro __man_macros[MAN_MAX] = {
Line 83  const struct man_macro __man_macros[MAN_MAX] = {
         { in_line_eoln, 0 }, /* Vb */          { in_line_eoln, 0 }, /* Vb */
         { in_line_eoln, 0 }, /* Ve */          { in_line_eoln, 0 }, /* Ve */
         { in_line_eoln, 0 }, /* AT */          { in_line_eoln, 0 }, /* AT */
           { in_line_eoln, 0 }, /* in */
 };  };
   
 const   struct man_macro * const man_macros = __man_macros;  const   struct man_macro * const man_macros = __man_macros;

Legend:
Removed from v.1.48  
changed lines
  Added in v.1.50

CVSweb