summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorschwarze <schwarze@openbsd.org>2017-04-14 18:23:29 +0000
committerschwarze <schwarze@openbsd.org>2017-04-14 18:23:29 +0000
commit646f82ab19a7b82c6606b5a0c9e3b3cb7b8620ab (patch)
tree1e36cc626af14f3ac2a5e19aa4ac9061b972bb6f
parentAdd tests with the ipsec.conf SA bundle keyword. (diff)
downloadwireguard-openbsd-646f82ab19a7b82c6606b5a0c9e3b3cb7b8620ab.tar.xz
wireguard-openbsd-646f82ab19a7b82c6606b5a0c9e3b3cb7b8620ab.zip
Do not make the colon after the .Lk link text italic.
I just pushed the same change to GNU troff.
-rw-r--r--usr.bin/mandoc/mdoc_term.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/mandoc/mdoc_term.c b/usr.bin/mandoc/mdoc_term.c
index b7bb513791f..8605cf23208 100644
--- a/usr.bin/mandoc/mdoc_term.c
+++ b/usr.bin/mandoc/mdoc_term.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: mdoc_term.c,v 1.245 2017/02/17 19:14:39 schwarze Exp $ */
+/* $OpenBSD: mdoc_term.c,v 1.246 2017/04/14 18:23:29 schwarze Exp $ */
/*
* Copyright (c) 2008, 2009, 2010, 2011 Kristaps Dzonsons <kristaps@bsd.lv>
* Copyright (c) 2010, 2012-2017 Ingo Schwarze <schwarze@openbsd.org>
@@ -2001,9 +2001,9 @@ termp_lk_pre(DECL_ARGS)
term_word(p, descr->string);
descr = descr->next;
}
+ term_fontpop(p);
p->flags |= TERMP_NOSPACE;
term_word(p, ":");
- term_fontpop(p);
}
term_fontpush(p, TERMFONT_BOLD);