artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
646f82a
)
Do not make the colon after the .Lk link text italic.
author
schwarze
<schwarze@openbsd.org>
Fri, 14 Apr 2017 18:24:15 +0000
(18:24 +0000)
committer
schwarze
<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
patch
|
blob
|
history
diff --git
a/usr.bin/mandoc/mdoc_man.c
b/usr.bin/mandoc/mdoc_man.c
index
36f09ae
..
59690aa
100644
(file)
--- a/
usr.bin/mandoc/mdoc_man.c
+++ b/
usr.bin/mandoc/mdoc_man.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: mdoc_man.c,v 1.10
3 2017/03/04 21:41:13
schwarze Exp $ */
+/* $OpenBSD: mdoc_man.c,v 1.10
4 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');