CVSROOT: /cvs Module name: src Changes by: [email protected] 2010/05/15 15:09:53
Modified files:
usr.bin/mandoc : main.c main.h man_term.c mdoc_term.c term.c
term.h
Log message:
More systematic output width handling by Joerg Sonnenberger:
* save and restore the output width when switching to MANT_LITERAL
* add an argument to ascii_alloc to specify the output width
* set the default output width to 80 minus 2 characters
* OpenBSD local: set the output width to 65 characters for -man
