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

Diff for /mandoc/mdoc.h between version 1.99 and 1.101

version 1.99, 2010/07/02 15:03:14 version 1.101, 2010/07/13 23:53:20
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 303  struct mdoc_bl {
Line 303  struct mdoc_bl {
         const char       *offs; /* -offset */          const char       *offs; /* -offset */
         enum mdoc_list    type; /* -tag, -enum, etc. */          enum mdoc_list    type; /* -tag, -enum, etc. */
         int               comp; /* -compact */          int               comp; /* -compact */
           size_t            ncols; /* -column arg count */
           const char      **cols; /* -column val ptr */
 };  };
   
 struct  mdoc_bf {  struct  mdoc_bf {

Legend:
Removed from v.1.99  
changed lines
  Added in v.1.101

CVSweb