=================================================================== RCS file: /cvs/mandoc/regress/eqn/over/precedence.out_ascii,v retrieving revision 1.4 retrieving revision 1.8 diff -u -p -r1.4 -r1.8 --- mandoc/regress/eqn/over/precedence.out_ascii 2017/07/06 00:19:56 1.4 +++ mandoc/regress/eqn/over/precedence.out_ascii 2025/06/26 17:55:47 1.8 @@ -4,7 +4,7 @@ NNAAMMEE oovveerr--pprreecceeddeennccee - precedence of the fraction operator DDEESSCCRRIIPPTTIIOONN - initial text 1 + _x + _x^2/2 + _x^3/(2 * 3) ; _a^/_c~ ; aa/cc ; sqrt(_a)/sqrt(_c) - final text + initial text 1 + _x + (_x^2)/2 + (_x^3)/(2 * 3); _a^/_c~; aa/cc; + (_a)/(_c) final text -OpenBSD July 6, 2017 OpenBSD +OpenBSD July 6, 2017 OVER-PRECEDENCE(1)