Naive implementation of the roff(7) .po (page offset) request.
authorschwarze <schwarze@openbsd.org>
Wed, 14 Jun 2017 22:50:37 +0000 (22:50 +0000)
committerschwarze <schwarze@openbsd.org>
Wed, 14 Jun 2017 22:50:37 +0000 (22:50 +0000)
commitaf1e8f15b7f08549080de19ba7fac4441ea53f94
tree568b7e7b3189d0c2066c9ead36ada314cb85190b
parentcffb8dacb375096a216bc89c0cba87aec60bc46c
Naive implementation of the roff(7) .po (page offset) request.

This clearly works when .po is called on the top level, but might
not be sophisticated enough if people call .po inside indentation-changing
contexts, but i haven't seen that in manual pages (yet :).
regress/usr.bin/mandoc/roff/Makefile
regress/usr.bin/mandoc/roff/po/Makefile [new file with mode: 0644]
regress/usr.bin/mandoc/roff/po/basic-mdoc.in [new file with mode: 0644]
regress/usr.bin/mandoc/roff/po/basic-mdoc.out_ascii [new file with mode: 0644]
share/man/man7/roff.7
usr.bin/mandoc/mdoc_man.c
usr.bin/mandoc/roff.c
usr.bin/mandoc/roff.h
usr.bin/mandoc/roff_html.c
usr.bin/mandoc/roff_term.c
usr.bin/mandoc/roff_validate.c