=================================================================== RCS file: /cvs/mandoc/html.h,v retrieving revision 1.32 retrieving revision 1.33 diff -u -p -r1.32 -r1.33 --- mandoc/html.h 2010/12/20 10:40:11 1.32 +++ mandoc/html.h 2010/12/20 13:07:55 1.33 @@ -1,4 +1,4 @@ -/* $Id: html.h,v 1.32 2010/12/20 10:40:11 kristaps Exp $ */ +/* $Id: html.h,v 1.33 2010/12/20 13:07:55 kristaps Exp $ */ /* * Copyright (c) 2008, 2009, 2010 Kristaps Dzonsons * @@ -47,6 +47,8 @@ enum htmltag { TAG_P, TAG_PRE, TAG_B, + TAG_I, + TAG_U, TAG_MAX };