diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2018-10-02 12:18:33 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2018-10-02 12:18:33 +0000 |
commit | 2b5f7b1a9ecbfb46e4d111a73e873c9ac394f261 (patch) | |
tree | f1523d3465fd5b3851ee1ff6237509e825119646 /regress/eqn/unary | |
parent | c014e3db0177151bf2e089be74d2703fb2b846d4 (diff) | |
download | mandoc-2b5f7b1a9ecbfb46e4d111a73e873c9ac394f261.tar.gz |
Render the eqn(7) "sqrt" function as U+221A in UTF-8 output.
This also agrees with what groff does.
Suggested by an attendee of EuroBSDCon 2018 in Bucuresti.
Written on the plane Bucuresti-Frankfurt returning from EuroBSDCon.
Diffstat (limited to 'regress/eqn/unary')
-rw-r--r-- | regress/eqn/unary/sqrt.out_ascii | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/eqn/unary/sqrt.out_ascii b/regress/eqn/unary/sqrt.out_ascii index 72b7047d..c6d19d20 100644 --- a/regress/eqn/unary/sqrt.out_ascii +++ b/regress/eqn/unary/sqrt.out_ascii @@ -4,7 +4,7 @@ NNAAMMEE uunnaarryy--ssqqrrtt - square root DDEESSCCRRIIPPTTIIOONN - initial text _r = sqrt(_x^2 + _y^2) + sqrt(_a + _b) + sqrt(_x^) + sqrt() + sqrt - final text + initial text _r = <sqrt>(_x^2 + _y^2) + <sqrt>(_a + _b) + <sqrt>(_x^) + + <sqrt>() + <sqrt> final text OpenBSD July 6, 2017 OpenBSD |