=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mandoc/html.h,v retrieving revision 1.56 retrieving revision 1.57 diff -u -r1.56 -r1.57 --- src/usr.bin/mandoc/html.h 2018/10/02 14:56:36 1.56 +++ src/usr.bin/mandoc/html.h 2018/10/25 01:21:30 1.57 @@ -1,4 +1,4 @@ -/* $OpenBSD: html.h,v 1.56 2018/10/02 14:56:36 schwarze Exp $ */ +/* $OpenBSD: html.h,v 1.57 2018/10/25 01:21:30 schwarze Exp $ */ /* * Copyright (c) 2008-2011, 2014 Kristaps Dzonsons * Copyright (c) 2017, 2018 Ingo Schwarze @@ -72,6 +72,7 @@ HTMLFONT_BOLD, HTMLFONT_ITALIC, HTMLFONT_BI, + HTMLFONT_CW, HTMLFONT_MAX };