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

Diff for /mandoc/mdoc.h between version 1.86 and 1.90

version 1.86, 2010/06/12 11:58:22 version 1.90, 2010/06/19 20:46:28
Line 1 
Line 1 
 /*      $Id$ */  /*      $Id$ */
 /*  /*
  * Copyright (c) 2008, 2009 Kristaps Dzonsons <kristaps@kth.se>   * Copyright (c) 2008, 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 273  enum mdoc_disp {
Line 273  enum mdoc_disp {
 };  };
   
 struct  mdoc_bd {  struct  mdoc_bd {
         const char       *offs;          const char       *offs; /* -offset */
         enum mdoc_disp    type;          enum mdoc_disp    type; /* -ragged, etc. */
         int               comp;          int               comp; /* -compact */
 };  };
   
 struct  mdoc_bl {  struct  mdoc_bl {
         enum mdoc_list    type;          const char       *width; /* -width */
           const char       *offs; /* -offset */
           enum mdoc_list    type; /* -tag, -enum, etc. */
           int               comp; /* -compact */
 };  };
   
 /* Node in AST. */  /* Node in AST. */

Legend:
Removed from v.1.86  
changed lines
  Added in v.1.90

CVSweb