aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/mdoc_term.c
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2015-09-14 12:57:47 +0000
committerIngo Schwarze <schwarze@openbsd.org>2015-09-14 12:57:47 +0000
commita0f5853878666f771cb5ad64e8204452e9dc68f7 (patch)
tree2a3c04020ba77f6556d8ceb343edbce4d4bae40c /mdoc_term.c
parentbbf2e5b44d2836d001e4dc02087421dbc5cb0c04 (diff)
downloadmandoc-a0f5853878666f771cb5ad64e8204452e9dc68f7.tar.gz
mandoc-a0f5853878666f771cb5ad64e8204452e9dc68f7.tar.zst
mandoc-a0f5853878666f771cb5ad64e8204452e9dc68f7.zip
The .Dv macro actually forces normal font.
Diffstat (limited to 'mdoc_term.c')
-rw-r--r--mdoc_term.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mdoc_term.c b/mdoc_term.c
index e0e1d380..dabbabba 100644
--- a/mdoc_term.c
+++ b/mdoc_term.c
@@ -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 <kristaps@bsd.lv>
* Copyright (c) 2010, 2012-2015 Ingo Schwarze <schwarze@openbsd.org>
@@ -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 */