Use `-⁠` instead of `‑`
authorWayne Davison <wayne@opencoder.net>
Fri, 19 Jun 2020 05:52:47 +0000 (22:52 -0700)
committerWayne Davison <wayne@opencoder.net>
Fri, 19 Jun 2020 05:58:11 +0000 (22:58 -0700)
commite08f60037830ebad2ca1fefc12c4819d6499012d
tree6a421c44304d1e34bacfeb225ca971c09981ea71
parente406845542b30db35b391fdd07c386e09ec224e2
Use `-&#8288;` instead of `&#8209;`

Using a non-breaking zero-width char after a dash makes the browser
avoiding breaking on that dash and also makes it match a dash in a
search.  This is better than a non-breaking dash char, which does not
match a dash in a search.
md2man