aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/regress/roff
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2017-08-23 10:59:58 +0000
committerIngo Schwarze <schwarze@openbsd.org>2017-08-23 10:59:58 +0000
commitdd7089e214cdc7aad04e017e6b6f7b08e49f0920 (patch)
treec4f99b8febded1ac4e134342395e628415676a7d /regress/roff
parent9c71e2b04f381ec38f7e4e189e614c6c6d965201 (diff)
downloadmandoc-dd7089e214cdc7aad04e017e6b6f7b08e49f0920.tar.gz
mandoc-dd7089e214cdc7aad04e017e6b6f7b08e49f0920.tar.zst
mandoc-dd7089e214cdc7aad04e017e6b6f7b08e49f0920.zip
catch up with ASCII renderings in chars.c rev. 1.72
Diffstat (limited to 'regress/roff')
-rw-r--r--regress/roff/esc/multi.out_ascii4
-rw-r--r--regress/roff/esc/two.out_ascii20
2 files changed, 14 insertions, 10 deletions
diff --git a/regress/roff/esc/multi.out_ascii b/regress/roff/esc/multi.out_ascii
index e88e140b..e879dece 100644
--- a/regress/roff/esc/multi.out_ascii
+++ b/regress/roff/esc/multi.out_ascii
@@ -4,7 +4,7 @@ NNAAMMEE
eesscc--mmuullttii - roff multi-character escape sequences
DDEESSCCRRIIPPTTIIOONN
- ~ +- x -:- 1/2 1/4 3/4
- ~ +- x -:- 1/2 1/4 3/4
+ ~ +- x / 1/2 1/4 3/4
+ ~ +- x / 1/2 1/4 3/4
OpenBSD July 4, 2017 OpenBSD
diff --git a/regress/roff/esc/two.out_ascii b/regress/roff/esc/two.out_ascii
index abef08e0..3771d2d8 100644
--- a/regress/roff/esc/two.out_ascii
+++ b/regress/roff/esc/two.out_ascii
@@ -5,22 +5,26 @@ NNAAMMEE
DDEESSCCRRIIPPTTIIOONN
lines: | | _ | / \
- markers: +o <> [] <= => @ # _|
+ markers: +o <> [] <= => @ # <cr>
legal: (C) (R) tm
punctuation: -- - -
quotes: ,, , ` ' ' " << >> < >
brackets: [ ] { } < > | ,- { -. } -'
arrows: <- -> <= => <=>
- logical: ^ v ~ 3 -) .:. .:. |
- mathematical: + - -+ +- . x -:- / * <= >= << >> = != == !== =~ ~ ~~ ~= oc
- {} E (= =) (^) U \/ |~ ~| |_ _| oo N I R a
+ logical: ^ v ~ <there exists> <such that> <therefore> <therefore> |
+ mathematical: + - -+ +- . x / / * <= >= << >> = != == !== =~ ~ ~~ ~=
+ <proportional to> {} <element of> <proper subset> <proper superset>
+ <intersection> <union> <sqrt> |~ ~| |_ _| <infinity> <Aleph> <Im> <Re>
+ <del>
ligatures: ff fi fl ffi ffl AE ae OE oe IJ ij
accents: " ^ ' ` '` , " v o ~ , ^ ~
accented and special letters: 'A 'E 'I 'O 'U 'a 'e 'i 'o 'u `A `E `I `O `U `a `e `i `o `u ~A ~N
- ~O ~a ~n ~o "A "E "I "O "U "a "e "i "o "u "y ^A ^E ^I ^O ^U ^a ^e ^i ^o ^u ,C ,c /L /l /O /o oA oa -D i
+ ~O ~a ~n ~o "A "E "I "O "U "a "e "i "o "u "y ^A ^E ^I ^O ^U ^a ^e ^i ^o ^u ,C ,c /L /l /O /o oA oa Dh i
currency: $ /c EUR EUR =Y <<
- units: ' ,u
- greek letters: A B E Z H I K /\ M N O TT P T Y X IY _O a B y d e ,C n -0
- i k >\ ,u v ,E o -n p -o ~t u |o x |u w -0 |o +p e s
+ units: ' <micro>
+ greek letters: A B E Z H I K <Lambda> M N O <Pi> P T Y X <Psi>
+ <Omega> <alpha> <beta> <gamma> <delta> <epsilon> <zeta> <eta> <theta>
+ <iota> <kappa> <lambda> <mu> <nu> <xi> o <pi> <rho> <sigma> <tau>
+ <upsilon> <phi> <chi> <psi> <omega> <theta> <phi> +p <epsilon> <sigma>
OpenBSD July 4, 2017 OpenBSD