Re-classify the roff(7) \r (reverse line feed) escape sequence
authorschwarze <schwarze@openbsd.org>
Fri, 20 May 2022 13:06:26 +0000 (13:06 +0000)
committerschwarze <schwarze@openbsd.org>
Fri, 20 May 2022 13:06:26 +0000 (13:06 +0000)
commitaa5d553d4a2da96856c7afbc2aec5739c63a1a81
tree3a9f40c07ef80b3fae37aa6a1a81e3b6a76fd21a
parent4c6bf6b83bf8dc201ecd4746941140b7fbf36db1
Re-classify the roff(7) \r (reverse line feed) escape sequence
from "ignore" to "unsupported" because when an input file uses it,
mandoc(1) is likely to significantly misformat the output,
usually showing parts of the output in a different order
than the author intended.
regress/usr.bin/mandoc/roff/esc/Makefile
regress/usr.bin/mandoc/roff/esc/r.in [new file with mode: 0644]
regress/usr.bin/mandoc/roff/esc/r.out_ascii [new file with mode: 0644]
regress/usr.bin/mandoc/roff/esc/r.out_lint [new file with mode: 0644]
share/man/man7/roff.7
usr.bin/mandoc/roff_escape.c