CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/07/05 09:03:20
Modified files:
usr.bin/mandoc : eqn.c eqn_html.c eqn_term.c mandoc.h tree.c
Log message:
The EQN_LISTONE box type is pointless.
Simplify by just using EQN_LIST with expectargs = 1.
Noticed while investigating a bug report from bentley@.
No functional change.
