CVSROOT: /cvs Module name: src Changes by: schwa...@cvs.openbsd.org 2011/09/18 04:25:28
Modified files: usr.bin/mandoc : Makefile chars.c chars.in eqn.c html.h libman.h libmandoc.h libmdoc.h libroff.h man.c man_html.c man_term.c mandoc.1 mandoc.c mandoc.h mandocdb.8 mdoc.c mdoc_html.c mdoc_term.c mdoc_validate.c read.c roff.c tbl.c term.h tree.c Added files: usr.bin/mandoc : eqn_html.c eqn_term.c Log message: sync to version 1.11.5: adding an implementation of the eqn(7) language by kristaps@ So far, only .EQ/.EN blocks are handled, in-line equations are not, and rendering is not yet very pretty, but the parser is fairly complete.