The EQN_LISTONE box type is pointless.
authorschwarze <schwarze@openbsd.org>
Wed, 5 Jul 2017 15:03:20 +0000 (15:03 +0000)
committerschwarze <schwarze@openbsd.org>
Wed, 5 Jul 2017 15:03:20 +0000 (15:03 +0000)
commit32e499962565cb3b812aaeba8c8db9821677da8f
tree912edb163786ec0a0772316a54de9f53a6c4cda0
parent5bd618e6961d4e03b11f516dc5dbbec653691ef3
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.
usr.bin/mandoc/eqn.c
usr.bin/mandoc/eqn_html.c
usr.bin/mandoc/eqn_term.c
usr.bin/mandoc/mandoc.h
usr.bin/mandoc/tree.c