diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2017-08-23 13:01:29 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2017-08-23 13:01:29 +0000 |
commit | ddfc9b897c5dc3180c2cb77bdedcb614ad1ffe89 (patch) | |
tree | 53c7eeedc71306e19b2a3b485db1647f6801cf75 /regress/eqn | |
parent | ae306c4bcb5ff4e7aaf094095ac4edf87969c77c (diff) | |
download | mandoc-ddfc9b897c5dc3180c2cb77bdedcb614ad1ffe89.tar.gz |
Improve ASCII rendering of a few rare character escape sequences
that can be changed unilaterally because groff fails to render them
at all.
Diffstat (limited to 'regress/eqn')
-rw-r--r-- | regress/eqn/fromto/basic.out_ascii | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/regress/eqn/fromto/basic.out_ascii b/regress/eqn/fromto/basic.out_ascii index 86697c94..68ae5699 100644 --- a/regress/eqn/fromto/basic.out_ascii +++ b/regress/eqn/fromto/basic.out_ascii @@ -4,6 +4,6 @@ NNAAMMEE ffrroommttoo--bbaassiicc - vertical stacking DDEESSCCRRIIPPTTIIOONN - initial text E_(_i = 1)^<infinity> 1/(_i^2) final text + initial text <sum>_(_i = 1)^<infinity> 1/(_i^2) final text OpenBSD July 4, 2017 OpenBSD |