Fix handling of trailing punctuation in .Lk.
authorschwarze <schwarze@openbsd.org>
Mon, 17 Apr 2017 12:52:00 +0000 (12:52 +0000)
committerschwarze <schwarze@openbsd.org>
Mon, 17 Apr 2017 12:52:00 +0000 (12:52 +0000)
commit96aebfb38c1b18db069e4ba1e2145623b1e36e53
tree70a6e2f5c3e1fb20d5aac42fde0ffb25105efde6
parent8d8dd767d3c9279bef43640e3e1a8c601b0a0e8f
Fix handling of trailing punctuation in .Lk.
This macro is unusual in so far as trailing punction needs to remain
inside the scope because it must be inside, not after the display
of long URIs in terminal output mode.
Improves formatting of fw_update(1), help(1), less(1), sendbug(1),
acx(4), inet6(4), ipsec(4), oce(4), isakmpd.conf(5), afterboot(8),
release(8), traceroute(8).
usr.bin/mandoc/mdoc_html.c
usr.bin/mandoc/mdoc_macro.c
usr.bin/mandoc/mdoc_man.c
usr.bin/mandoc/mdoc_markdown.c
usr.bin/mandoc/mdoc_term.c