From f6fe732f31aefc344ea03cc33ca7402406be1aa9 Mon Sep 17 00:00:00 2001 From: schwarze Date: Fri, 14 Apr 2017 18:24:15 +0000 Subject: [PATCH] Do not make the colon after the .Lk link text italic. I just pushed the same change to GNU troff. --- usr.bin/mandoc/mdoc_man.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usr.bin/mandoc/mdoc_man.c b/usr.bin/mandoc/mdoc_man.c index 36f09ae60fd..59690aa9df5 100644 --- a/usr.bin/mandoc/mdoc_man.c +++ b/usr.bin/mandoc/mdoc_man.c @@ -1,4 +1,4 @@ -/* $OpenBSD: mdoc_man.c,v 1.103 2017/03/04 21:41:13 schwarze Exp $ */ +/* $OpenBSD: mdoc_man.c,v 1.104 2017/04/14 18:24:15 schwarze Exp $ */ /* * Copyright (c) 2011-2017 Ingo Schwarze * @@ -1472,8 +1472,8 @@ pre_lk(DECL_ARGS) print_word(descr->string); descr = descr->next; } - print_word(":"); font_pop(); + print_word(":"); } font_push('B'); -- 2.20.1