CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2021/07/04 09:38:09
Modified files:
usr.bin/mandoc : mandoc.1 mandoc.h mandoc_msg.c mdoc_man.c
Log message:
The mandoc(1) manual already mentions that -T man output mode
neither supports tbl(7) nor eqn(7) input.
If an input file contains such code anyway, tell the user
rather than failing an assert(3)ion.
Fixing a crash reported by Bjarni Ingi Gislason <bjarniig at rhi dot hi dot is>
in https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=901636 which the
Debian maintainer of mandoc, Michael at Stapelberg dot ch, forwarded to me.