]> git.cameronkatri.com Git - mandoc.git/commit
Move "chars" interface out of out.h and into mandoc.h. This doesn't
authorKristaps Dzonsons <kristaps@bsd.lv>
Fri, 29 Apr 2011 22:18:12 +0000 (22:18 +0000)
committerKristaps Dzonsons <kristaps@bsd.lv>
Fri, 29 Apr 2011 22:18:12 +0000 (22:18 +0000)
commit4d1bc0c8c120742600a57c849edf1b2481c45e26
treea34e167ede1a560af694e85311e4283146871c92
parent8686868cc9a1d5c5f474b8cdbd718b152b4d6188
Move "chars" interface out of out.h and into mandoc.h.  This doesn't
change any code but for renaming functions and types to be consistent
with other mandoc.h stuff.  The reason for moving into libmandoc is that
the rendering of special characters is part of mandoc itself---not an
external part.  From mandoc(1)'s perspective, this changes nothing, but
for other utilities, it's important to have these part of libmandoc.
Note this isn't documented [yet] in mandoc.3 because there are some
parts I'd like to change around beforehand.
Makefile
chars.c
html.c
html.h
man_term.c
mandoc.h
mdoc_term.c
out.h
term.c
term.h