=================================================================== RCS file: /cvs/mandoc/roff_html.c,v retrieving revision 1.3 retrieving revision 1.6 diff -u -p -r1.3 -r1.6 --- mandoc/roff_html.c 2017/05/05 15:17:32 1.3 +++ mandoc/roff_html.c 2017/06/04 22:44:15 1.6 @@ -1,4 +1,4 @@ -/* $OpenBSD: roff_html.c,v 1.3 2017/05/05 15:17:32 schwarze Exp $ */ +/* $Id: roff_html.c,v 1.6 2017/06/04 22:44:15 schwarze Exp $ */ /* * Copyright (c) 2010 Kristaps Dzonsons * Copyright (c) 2014, 2017 Ingo Schwarze @@ -35,7 +35,10 @@ static const roff_html_pre_fp roff_html_pre_acts[ROFF_ roff_html_pre_br, /* br */ NULL, /* ft */ NULL, /* ll */ + NULL, /* mc */ roff_html_pre_sp, /* sp */ + NULL, /* ta */ + NULL, /* ti */ };