From: schwarze Date: Fri, 14 Apr 2017 18:24:15 +0000 (+0000) Subject: Do not make the colon after the .Lk link text italic. X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=f6fe732f31aefc344ea03cc33ca7402406be1aa9;p=openbsd Do not make the colon after the .Lk link text italic. I just pushed the same change to GNU troff. --- 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');