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

Diff for /mandoc/html.c between version 1.174 and 1.176

version 1.174, 2014/09/28 20:14:20 version 1.176, 2014/10/10 15:26:29
Line 1 
Line 1 
 /*      $Id$ */  /*      $Id$ */
 /*  /*
  * Copyright (c) 2008, 2009, 2010, 2011, 2014 Kristaps Dzonsons <kristaps@bsd.lv>   * Copyright (c) 2008-2011, 2014 Kristaps Dzonsons <kristaps@bsd.lv>
  * Copyright (c) 2011, 2012, 2013, 2014 Ingo Schwarze <schwarze@openbsd.org>   * Copyright (c) 2011, 2012, 2013, 2014 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
Line 105  static const char *const htmlattrs[ATTR_MAX] = {
Line 105  static const char *const htmlattrs[ATTR_MAX] = {
         "charset", /* ATTR_CHARSET */          "charset", /* ATTR_CHARSET */
         "open", /* ATTR_OPEN */          "open", /* ATTR_OPEN */
         "close", /* ATTR_CLOSE */          "close", /* ATTR_CLOSE */
           "mathvariant", /* ATTR_MATHVARIANT */
 };  };
   
 static  const char      *const roffscales[SCALE_MAX] = {  static  const char      *const roffscales[SCALE_MAX] = {

Legend:
Removed from v.1.174  
changed lines
  Added in v.1.176

CVSweb