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

Diff for /mandoc/roff.h between version 1.58 and 1.61

version 1.58, 2017/07/08 14:51:05 version 1.61, 2018/08/18 02:08:27
Line 1 
Line 1 
 /*      $Id$    */  /*      $Id$    */
 /*  /*
  * Copyright (c) 2008, 2009, 2010, 2011 Kristaps Dzonsons <kristaps@bsd.lv>   * Copyright (c) 2008, 2009, 2010, 2011 Kristaps Dzonsons <kristaps@bsd.lv>
  * Copyright (c) 2013, 2014, 2015, 2017 Ingo Schwarze <schwarze@openbsd.org>   * Copyright (c) 2013,2014,2015,2017,2018 Ingo Schwarze <schwarze@openbsd.org>
  *   *
  * 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 61  enum roff_type {
Line 61  enum roff_type {
         ROFFT_TAIL,          ROFFT_TAIL,
         ROFFT_ELEM,          ROFFT_ELEM,
         ROFFT_TEXT,          ROFFT_TEXT,
           ROFFT_COMMENT,
         ROFFT_TBL,          ROFFT_TBL,
         ROFFT_EQN          ROFFT_EQN
 };  };
Line 437  enum roff_tok {
Line 438  enum roff_tok {
         MAN_SH,          MAN_SH,
         MAN_SS,          MAN_SS,
         MAN_TP,          MAN_TP,
           MAN_TQ,
         MAN_LP,          MAN_LP,
         MAN_PP,          MAN_PP,
         MAN_P,          MAN_P,
Line 462  enum roff_tok {
Line 464  enum roff_tok {
         MAN_PD,          MAN_PD,
         MAN_AT,          MAN_AT,
         MAN_in,          MAN_in,
           MAN_SY,
           MAN_YS,
         MAN_OP,          MAN_OP,
         MAN_EX,          MAN_EX,
         MAN_EE,          MAN_EE,

Legend:
Removed from v.1.58  
changed lines
  Added in v.1.61

CVSweb