Minimal implementation of the roff(7) .ce request (center a number
authorschwarze <schwarze@openbsd.org>
Tue, 6 Jun 2017 15:00:56 +0000 (15:00 +0000)
committerschwarze <schwarze@openbsd.org>
Tue, 6 Jun 2017 15:00:56 +0000 (15:00 +0000)
commite13b41953a89d6f9c45672a4e590dd7b96ec8c86
tree63b1b6beac2411502a30d0cb239ed8be0f6cf49a
parent7f59910c2db7a0ec02562ac6cba593ee35f3f32b
Minimal implementation of the roff(7) .ce request (center a number
of input lines without filling).
Contrary to groff, high-level macros abort .ce mode for now.
share/man/man7/roff.7
usr.bin/mandoc/mandoc.1
usr.bin/mandoc/mandoc.h
usr.bin/mandoc/mdoc_man.c
usr.bin/mandoc/read.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