[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.14 and 1.16

version 1.14, 2009/04/12 19:45:26 version 1.16, 2009/06/16 19:55:28
Line 1 
Line 1 
 /*      $Id$ */  /*      $Id$ */
 /*  /*
  * Copyright (c) 2008, 2009 Kristaps Dzonsons <kristaps@openbsd.org>   * Copyright (c) 2008, 2009 Kristaps Dzonsons <kristaps@kth.se>
  *   *
  * 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 28  static int   man_args(struct man *, int, 
Line 28  static int   man_args(struct man *, int, 
                                 int *, char *, char **);                                  int *, char *, char **);
   
 static  int man_flags[MAN_MAX] = {  static  int man_flags[MAN_MAX] = {
         0, /* __ */          0, /* br */
         0, /* TH */          0, /* TH */
         0, /* SH */          0, /* SH */
         0, /* SS */          0, /* SS */
Line 49  static int man_flags[MAN_MAX] = {
Line 49  static int man_flags[MAN_MAX] = {
         FL_NLINE, /* I */          FL_NLINE, /* I */
         FL_NLINE, /* IR */          FL_NLINE, /* IR */
         FL_NLINE, /* RI */          FL_NLINE, /* RI */
         0, /* br */  
         0, /* na */          0, /* na */
         FL_NLINE, /* i */          FL_NLINE, /* i */
 };  };

Legend:
Removed from v.1.14  
changed lines
  Added in v.1.16

CVSweb