CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/09/02 10:36:48
Modified files:
usr.bin/mandoc : term.c
regress/usr.bin/mandoc/roff/ce: basic.in basic.out_ascii
Log message:
Do not indent by SIZE_MAX/2 when .ce occurs inside explicit no-fill mode.
While here, drop two unused arguments from the function term_field();
the related work was already done by term_fill() before this commit.
I found the bug in an afl run
that was performed by Jan Schreiber <jes at posteo dot de>.
