Do not make the colon after the .Lk link text italic.
authorschwarze <schwarze@openbsd.org>
Fri, 14 Apr 2017 18:24:15 +0000 (18:24 +0000)
committerschwarze <schwarze@openbsd.org>
Fri, 14 Apr 2017 18:24:15 +0000 (18:24 +0000)
I just pushed the same change to GNU troff.

usr.bin/mandoc/mdoc_man.c

index 36f09ae..59690aa 100644 (file)
@@ -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 <schwarze@openbsd.org>
  *
@@ -1472,8 +1472,8 @@ pre_lk(DECL_ARGS)
                        print_word(descr->string);
                        descr = descr->next;
                }
-               print_word(":");
                font_pop();
+               print_word(":");
        }
 
        font_push('B');