CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2014/12/02 03:07:17
Modified files:
share/man/man7 : roff.7
usr.bin/mandoc : html.c html.h man_html.c man_term.c mdoc_html.c
mdoc_term.c term.c term.h
regress/usr.bin/mandoc/roff/esc: Makefile c.in c.out_ascii
Added files:
regress/usr.bin/mandoc/roff/esc: c_man.in c_man.out_ascii
Log message:
Fix the implementation and documentation of \c (continue text input line).
In particular, make it work in no-fill mode, too.
Reminded by Carsten dot Kunze at arcor dot de (Heirloom roff).