aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/mdoc_man.c
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2017-04-14 18:25:04 +0000
committerIngo Schwarze <schwarze@openbsd.org>2017-04-14 18:25:04 +0000
commit2f432db9c51ac711c0029344f3013254cb66eff9 (patch)
treef9883e63c3beaa71391c92370c70a64c8c2b18ec /mdoc_man.c
parent18782f6158964a06db7d2eb086891ca5da9758f2 (diff)
downloadmandoc-2f432db9c51ac711c0029344f3013254cb66eff9.tar.gz
mandoc-2f432db9c51ac711c0029344f3013254cb66eff9.tar.zst
mandoc-2f432db9c51ac711c0029344f3013254cb66eff9.zip
Do not make the colon after the .Lk link text italic.
I just pushed the same change to GNU troff.
Diffstat (limited to 'mdoc_man.c')
-rw-r--r--mdoc_man.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mdoc_man.c b/mdoc_man.c
index bf6bc909..3a999c7a 100644
--- a/mdoc_man.c
+++ b/mdoc_man.c
@@ -1,4 +1,4 @@
-/* $Id: mdoc_man.c,v 1.105 2017/03/04 21:41:29 schwarze Exp $ */
+/* $Id: mdoc_man.c,v 1.106 2017/04/14 18:25:04 schwarze Exp $ */
/*
* Copyright (c) 2011-2017 Ingo Schwarze <schwarze@openbsd.org>
*
@@ -1474,8 +1474,8 @@ pre_lk(DECL_ARGS)
print_word(descr->string);
descr = descr->next;
}
- print_word(":");
font_pop();
+ print_word(":");
}
font_push('B');