CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2009/12/23 19:08:14
Modified files:
usr.bin/mandoc : Makefile chars.c chars.in html.c html.h man.7
man_html.c man_term.c mandoc.1 mandoc.c
mandoc_char.7 mdoc.7 mdoc_html.c mdoc_term.c
out.c out.h term.c term.h
Log message:
sync to 1.9.14: rewrite escape sequence handling:
- new function a2roffdeco
- font modes (\f) only affect the current stack point
- implement scaling (\s)
- implement space suppression (\c)
- implement non-breaking space (\~) in -Tascii
- many manual improvements