CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2009/12/23 15:30:17
Modified files:
usr.bin/mandoc : Makefile html.c lib.in libmandoc.h main.c man.7
man.c man_action.c mandoc.c mdoc.7
mdoc_action.c mdoc_html.c mdoc_strings.c
mdoc_term.c mdoc_validate.c
Log message:
sync to 1.9.13: minor fixes:
correctness/functionality:
- bugfix: properly ignore lines with only a dot in -man
- bugfix: .Bl -ohang doesn't allow -width, warn about this
- improve date string handling by new function mandoc_a2time
- some HTML improvements
- significant documentation additions in man.7 and mdoc.7
portability:
- replace __dead by __attribute__((noreturn))
- bugfix: correct .Dx rendering
- some more library names for NetBSD
simplicity:
- replace hand-rolled putchar(3)-loops by fwrite(3)
- replace single-character printf(3) by putchar(3)