]> git.cameronkatri.com Git - mandoc.git/blobdiff - html.h
In the validators, translate obsolete macro aliases (Lp, Ot, LP, P)
[mandoc.git] / html.h
diff --git a/html.h b/html.h
index 5f3c5ebe76f6a13526e193609cd51754b919cd2c..477f50b4a0f0b405fdd9639703ad3997c2907f5b 100644 (file)
--- a/html.h
+++ b/html.h
@@ -1,4 +1,4 @@
-/*     $Id: html.h,v 1.94 2018/10/02 14:56:47 schwarze Exp $ */
+/*     $Id: html.h,v 1.95 2018/10/25 01:32:40 schwarze Exp $ */
 /*
  * Copyright (c) 2008-2011, 2014 Kristaps Dzonsons <kristaps@bsd.lv>
  * Copyright (c) 2017, 2018 Ingo Schwarze <schwarze@openbsd.org>
@@ -72,6 +72,7 @@ enum  htmlfont {
        HTMLFONT_BOLD,
        HTMLFONT_ITALIC,
        HTMLFONT_BI,
+       HTMLFONT_CW,
        HTMLFONT_MAX
 };