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

Diff for /mandoc/roff.h between version 1.68 and 1.70

version 1.68, 2018/12/31 08:18:12 version 1.70, 2020/01/19 18:02:00
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,2018 Ingo Schwarze <schwarze@openbsd.org>   * Copyright (c) 2013-2015, 2017-2020 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 437  enum roff_tok {
Line 437  enum roff_tok {
         MDOC__Q,          MDOC__Q,
         MDOC__U,          MDOC__U,
         MDOC_Ta,          MDOC_Ta,
           MDOC_Tg,
         MDOC_MAX,          MDOC_MAX,
         MAN_TH,          MAN_TH,
         MAN_SH,          MAN_SH,
Line 548  struct roff_meta {
Line 549  struct roff_meta {
 extern  const char *const *roff_name;  extern  const char *const *roff_name;
   
   
   int              arch_valid(const char *, enum mandoc_os);
 void             deroff(char **, const struct roff_node *);  void             deroff(char **, const struct roff_node *);

Legend:
Removed from v.1.68  
changed lines
  Added in v.1.70

CVSweb