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

Diff for /mandoc/man.h between version 1.35 and 1.37

version 1.35, 2010/05/17 22:11:42 version 1.37, 2010/06/19 20:46:28
Line 1 
Line 1 
 /*      $Id$ */  /*      $Id$ */
 /*  /*
  * Copyright (c) 2009 Kristaps Dzonsons <kristaps@kth.se>   * Copyright (c) 2009 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 71  enum man_type {
Line 71  enum man_type {
 struct  man_meta {  struct  man_meta {
         char            *msec;          char            *msec;
         time_t           date;          time_t           date;
           char            *rawdate;
         char            *vol;          char            *vol;
         char            *title;          char            *title;
         char            *source;          char            *source;

Legend:
Removed from v.1.35  
changed lines
  Added in v.1.37

CVSweb