=================================================================== RCS file: /cvs/mandoc/mdoc_term.c,v retrieving revision 1.324 retrieving revision 1.325 diff -u -p -r1.324 -r1.325 --- mandoc/mdoc_term.c 2015/07/25 14:28:59 1.324 +++ mandoc/mdoc_term.c 2015/09/14 12:57:47 1.325 @@ -1,4 +1,4 @@ -/* $Id: mdoc_term.c,v 1.324 2015/07/25 14:28:59 schwarze Exp $ */ +/* $Id: mdoc_term.c,v 1.325 2015/09/14 12:57:47 schwarze Exp $ */ /* * Copyright (c) 2008, 2009, 2010, 2011 Kristaps Dzonsons * Copyright (c) 2010, 2012-2015 Ingo Schwarze @@ -146,7 +146,7 @@ static const struct termact termacts[MDOC_MAX] = { { termp_under_pre, NULL }, /* Ar */ { termp_cd_pre, NULL }, /* Cd */ { termp_bold_pre, NULL }, /* Cm */ - { NULL, NULL }, /* Dv */ + { termp_li_pre, NULL }, /* Dv */ { termp_er_pre, NULL }, /* Er */ { termp_tag_pre, NULL }, /* Ev */ { termp_ex_pre, NULL }, /* Ex */