I have no idea how it happened that \B, \H, \h, \L, and \l got
authorschwarze <schwarze@openbsd.org>
Thu, 26 Dec 2013 02:55:35 +0000 (02:55 +0000)
committerschwarze <schwarze@openbsd.org>
Thu, 26 Dec 2013 02:55:35 +0000 (02:55 +0000)
commit9fd5f1f0a1689045c65fe40c001e1bf5ba3ba70e
tree1094df836b5804a5a02705c48a6b28b2fcca1e5c
parent0d33640304de98a865c9f420567512317a10c584
I have no idea how it happened that \B, \H, \h, \L, and \l got
mapped to ESCAPE_NUMBERED (which is for \N and only for \N), that
made no sense at all.  Properly remap them to ESCAPE_IGNORE.

While here, move \B and \w from the group taking number arguments
to the group taking string arguments; right now, that doesn't imply
any functional change, but if we ever go ahead and implement a
parser for roff(7) numerical expressions, it will suddenly start
to matter, and cause confusion.
usr.bin/mandoc/mandoc.c