Delete the wrapper functions mdoc_meta(), man_meta(), mdoc_node(),
authorschwarze <schwarze@openbsd.org>
Sat, 18 Apr 2015 17:50:02 +0000 (17:50 +0000)
committerschwarze <schwarze@openbsd.org>
Sat, 18 Apr 2015 17:50:02 +0000 (17:50 +0000)
commit6d0e9b63214a57d2a8d4601ae6d64f62e423da8e
treeeee7efbc5bd98f8b0732368ef1fe23a587089815
parent405987fc14ec53015e74060e7937cb29a7d729b3
Delete the wrapper functions mdoc_meta(), man_meta(), mdoc_node(),
man_node() from the mandoc(3) semi-public interface and the internal
wrapper functions print_mdoc() and print_man() from the HTML formatters.
Minus 60 lines of code, no functional change.
usr.bin/mandoc/man.c
usr.bin/mandoc/man.h
usr.bin/mandoc/man_html.c
usr.bin/mandoc/man_term.c
usr.bin/mandoc/mandocdb.c
usr.bin/mandoc/mdoc.c
usr.bin/mandoc/mdoc.h
usr.bin/mandoc/mdoc_html.c
usr.bin/mandoc/mdoc_man.c
usr.bin/mandoc/mdoc_term.c
usr.bin/mandoc/tree.c