aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/regress/eqn/unary/sqrt.out_ascii
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2018-10-02 12:18:33 +0000
committerIngo Schwarze <schwarze@openbsd.org>2018-10-02 12:18:33 +0000
commit5c2a309a34544b8ce4a9f64845f876bc1bc560f3 (patch)
treed572d2e5ce3701957f4c44116659c93f3df0cb6c /regress/eqn/unary/sqrt.out_ascii
parentdce15460d35b432711d3ee5ce9bb6e9dfb880b18 (diff)
downloadmandoc-5c2a309a34544b8ce4a9f64845f876bc1bc560f3.tar.gz
mandoc-5c2a309a34544b8ce4a9f64845f876bc1bc560f3.tar.zst
mandoc-5c2a309a34544b8ce4a9f64845f876bc1bc560f3.zip
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/sqrt.out_ascii')
-rw-r--r--regress/eqn/unary/sqrt.out_ascii4
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