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

Diff for /mandoc/manconf.h between version 1.6 and 1.7

version 1.6, 2018/10/02 14:56:47 version 1.7, 2018/11/22 11:30:23
Line 1 
Line 1 
 /*      $Id$ */  /*      $Id$ */
 /*  /*
  * Copyright (c) 2011, 2015, 2017 Ingo Schwarze <schwarze@openbsd.org>   * Copyright (c) 2011, 2015, 2017, 2018 Ingo Schwarze <schwarze@openbsd.org>
  * Copyright (c) 2011 Kristaps Dzonsons <kristaps@bsd.lv>   * Copyright (c) 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
Line 30  struct manoutput {
Line 30  struct manoutput {
         char     *man;          char     *man;
         char     *paper;          char     *paper;
         char     *style;          char     *style;
           char     *tag;
         size_t    indent;          size_t    indent;
         size_t    width;          size_t    width;
         int       fragment;          int       fragment;

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

CVSweb