CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/06/04 16:43:50
Modified files:
share/man/man7 : roff.7
usr.bin/mandoc : man_term.c mdoc_man.c mdoc_term.c roff.c roff.h
roff_html.c roff_term.c roff_validate.c
tbl_term.c term.c term.h
Log message:
Implement the roff(7) .mc (right margin character) request.
The Tcl/Tk manual pages use this extensively.
Delete the TERM_MAXMARGIN hack, it breaks .mc inside .nf;
instead, implement a proper TERMP_BRNEVER flag.
