CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2014/01/22 13:58:35
Modified files:
usr.bin/mandoc : chars.c chars.in html.c mandoc.h mandocdb.c
mdoc_man.c term.c
regress/usr.bin/mandoc/char/space: Makefile
Added files:
regress/usr.bin/mandoc/char/space: break.in break.out_ascii
Log message:
Implement the \: (optional line break) escape sequence,
documented in the Ossanna-Kernighan-Ritter troff manual
and also supported by groff.
Missing feature reported by Steffen Nurpmeso <sdaoden at gmail dot com>.