Use "-" rather than "\(hy" for the heads of .Bl -dash and -hyphen lists.
authorschwarze <schwarze@openbsd.org>
Mon, 12 Oct 2015 15:27:53 +0000 (15:27 +0000)
committerschwarze <schwarze@openbsd.org>
Mon, 12 Oct 2015 15:27:53 +0000 (15:27 +0000)
commitad68a70f3efb3d9ebe4256645bcf74d6a51cfeb4
treecd59f0f58f03fd0e462e2b2f1c70a76c9b2c580c
parentad604d180033b69aeef62aae9504ddb7aac388ba
Use "-" rather than "\(hy" for the heads of .Bl -dash and -hyphen lists.
In UTF-8 output, that renders as ASCII HYPHEN-MINUS (U+002D)
rather than HYPHEN (U+2010), which looks better and matches groff.
In ASCII output, it makes no difference.
Suggested by naddy@.
regress/usr.bin/mandoc/mdoc/Bl/Makefile
regress/usr.bin/mandoc/mdoc/Bl/dash.out_utf8 [new file with mode: 0644]
usr.bin/mandoc/mdoc_term.c