CVSROOT: /cvs Module name: src Changes by: schwa...@cvs.openbsd.org 2010/07/12 19:09:13
Modified files: usr.bin/mandoc : Makefile html.c html.h libman.h libmdoc.h main.c man.3 man.c man_html.c man_term.c mandoc.1 mandoc.h mdoc.3 mdoc.7 mdoc.c mdoc.h mdoc_action.c mdoc_argv.c mdoc_html.c mdoc_macro.c mdoc_term.c mdoc_validate.c roff.3 roff.7 roff.c term.c term.h term_ascii.c term_ps.c tree.c Removed files: usr.bin/mandoc : regs.h Log message: Merge release 1.10.4 (all code by kristaps@), providing four new features: 1) Proper .Bk support: allow output line breaks at input line breaks, but keep input lines together in the output, finally fixing synopses like aucat(1), mail(1) and tmux(1). 2) Mostly finished -Tps (PostScript) output. 3) Implement -Thtml output for .Nm blocks and .Bk -words. 4) Allow iterative interpolation of user-defined roff(7) strings. Also contains some minor bugfixes and some performance improvements.