Traditional roff(7) explicitly allows certain control characters
authorschwarze <schwarze@openbsd.org>
Thu, 22 Jan 2015 21:36:44 +0000 (21:36 +0000)
committerschwarze <schwarze@openbsd.org>
Thu, 22 Jan 2015 21:36:44 +0000 (21:36 +0000)
commit61ee90da9a84ff01066c2599fce1404df46931b9
tree0480c8d36f8633d5ba95566258ca8ceb5e8371cc
parentd9116cffd3a4534d1a40ab1247a38f4ae56d5939
Traditional roff(7) explicitly allows certain control characters
in the input stream (SOH, STX, ETX, ENQ, ACK, BEL, BS) for specific
purposes (leaders, backspace, delimiters, .tr), but making sure
these don't leak through to the output is tricky, so mark them as
unsupported for now.
usr.bin/mandoc/mandoc.h
usr.bin/mandoc/read.c