Implement the roff(7) `r' (register exists) conditional.
authorschwarze <schwarze@openbsd.org>
Sun, 31 May 2015 23:12:16 +0000 (23:12 +0000)
committerschwarze <schwarze@openbsd.org>
Sun, 31 May 2015 23:12:16 +0000 (23:12 +0000)
commit24ab75f2dd3fed4d32b30c3fdd01554d16f0bfd1
tree156b056a084b345a74ff759a512087398c671891
parent6bcb6757647adce0cb672377c79389f9e398190b
Implement the roff(7) `r' (register exists) conditional.
Missing feature found by Markus <Waldeck at gmx dot de>
in Debian's bash(1) manual page.
regress/usr.bin/mandoc/roff/cond/Makefile
regress/usr.bin/mandoc/roff/cond/register.in [new file with mode: 0644]
regress/usr.bin/mandoc/roff/cond/register.out_ascii [new file with mode: 0644]
share/man/man7/roff.7
usr.bin/mandoc/roff.c