CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/11/29 13:04:36
Modified files:
usr.bin/mandoc : mdoc_state.c
Log message:
Recognize .Bl -column at parse time, and not only at validation time,
even if other arguments precede -column. This is required because
the .It parser needs to know whether or not we are a -column list.
Fixes tree corruption leading to an assertion failure.
Bug reported by bentley@.
