Unify mdoc_deroff() and man_deroff() into a common function deroff().
authorschwarze <schwarze@openbsd.org>
Thu, 23 Apr 2015 16:17:04 +0000 (16:17 +0000)
committerschwarze <schwarze@openbsd.org>
Thu, 23 Apr 2015 16:17:04 +0000 (16:17 +0000)
commit423631c995882ca2c2da9e241987914cde8349c5
tree350ff4d6cc2221cc6c767370e7d31fc5a42167cb
parente0c8c906ecdbc807ecc989a60aaa67c29fb996a9
Unify mdoc_deroff() and man_deroff() into a common function deroff().
No functional change except that for mdoc(7), it now skips leading
escape sequences just like it already did for man(7).
Escape sequences rarely occur in mdoc(7) code and if they do,
skipping them is an improvement in this context.
Minus 30 lines of code.
usr.bin/mandoc/man.c
usr.bin/mandoc/man.h
usr.bin/mandoc/mandocdb.c
usr.bin/mandoc/mdoc.c
usr.bin/mandoc/mdoc.h
usr.bin/mandoc/mdoc_validate.c
usr.bin/mandoc/roff.c
usr.bin/mandoc/roff.h