Bugfix: When a line ends with '\ \"', don't strip the trailing space
authorschwarze <schwarze@openbsd.org>
Sat, 18 Aug 2018 22:04:32 +0000 (22:04 +0000)
committerschwarze <schwarze@openbsd.org>
Sat, 18 Aug 2018 22:04:32 +0000 (22:04 +0000)
commit007a2a0135c89a44d667626f348ce347d203c07d
tree8fbca0c03e1bbbcf859a2cc31e1da3e610cbbfac
parent2c723d0874c54630707bc6bc3baf2946a48b0612
Bugfix: When a line ends with '\ \"', don't strip the trailing space
because that turned it into a bogus line continuation.
usr.bin/mandoc/roff.c