=================================================================== RCS file: /cvs/mandoc/roff_html.c,v retrieving revision 1.5 retrieving revision 1.6 diff -u -p -r1.5 -r1.6 --- mandoc/roff_html.c 2017/05/08 15:34:54 1.5 +++ mandoc/roff_html.c 2017/06/04 22:44:15 1.6 @@ -1,4 +1,4 @@ -/* $OpenBSD: roff_html.c,v 1.5 2017/05/08 15:34:54 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,6 +35,7 @@ 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 */