From 2f432db9c51ac711c0029344f3013254cb66eff9 Mon Sep 17 00:00:00 2001 From: Ingo Schwarze Date: Fri, 14 Apr 2017 18:25:04 +0000 Subject: Do not make the colon after the .Lk link text italic. I just pushed the same change to GNU troff. --- mdoc_man.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mdoc_man.c') 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 * @@ -1474,8 +1474,8 @@ pre_lk(DECL_ARGS) print_word(descr->string); descr = descr->next; } - print_word(":"); font_pop(); + print_word(":"); } font_push('B'); -- cgit v1.2.3