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

Diff for /mandoc/out.h between version 1.15 and 1.16

version 1.15, 2011/01/05 15:37:23 version 1.16, 2011/01/30 16:05:37
Line 1 
Line 1 
 /*      $Id$ */  /*      $Id$ */
 /*  /*
  * Copyright (c) 2009 Kristaps Dzonsons <kristaps@bsd.lv>   * Copyright (c) 2009, 2010, 2011 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 52  enum roffscale {
Line 52  enum roffscale {
   
 enum    roffdeco {  enum    roffdeco {
         DECO_NONE,          DECO_NONE,
           DECO_NUMBERED, /* numbered character */
         DECO_SPECIAL, /* special character */          DECO_SPECIAL, /* special character */
         DECO_SSPECIAL, /* single-char special */          DECO_SSPECIAL, /* single-char special */
         DECO_RESERVED, /* reserved word */          DECO_RESERVED, /* reserved word */

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

CVSweb