=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mandoc/html.h,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- src/usr.bin/mandoc/html.h 2012/05/28 13:00:51 1.19 +++ src/usr.bin/mandoc/html.h 2013/08/08 20:07:24 1.20 @@ -1,4 +1,4 @@ -/* $Id: html.h,v 1.19 2012/05/28 13:00:51 schwarze Exp $ */ +/* $Id: html.h,v 1.20 2013/08/08 20:07:24 schwarze Exp $ */ /* * Copyright (c) 2008, 2009, 2010, 2011 Kristaps Dzonsons * @@ -75,6 +75,7 @@ HTMLFONT_NONE = 0, HTMLFONT_BOLD, HTMLFONT_ITALIC, + HTMLFONT_BI, HTMLFONT_MAX };