aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/chars.in
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2014-12-16 19:50:03 +0000
committerIngo Schwarze <schwarze@openbsd.org>2014-12-16 19:50:03 +0000
commit24ce5dc84ac4a240d9f02f32b4a1bd3972e74d10 (patch)
tree3b73ab43838ba03bfaad20384005f87a536cc5ae /chars.in
parent42da258b9efb4652b138c2effa6c0f4a5782b889 (diff)
downloadmandoc-24ce5dc84ac4a240d9f02f32b4a1bd3972e74d10.tar.gz
mandoc-24ce5dc84ac4a240d9f02f32b4a1bd3972e74d10.tar.zst
mandoc-24ce5dc84ac4a240d9f02f32b4a1bd3972e74d10.zip
correct -Tutf8 and -Thtml rendering of \(~=
and change the name of \(-~ to \(|= to agree with groff; difference found by Carsten dot Kunze at arcor dot de
Diffstat (limited to 'chars.in')
-rw-r--r--chars.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/chars.in b/chars.in
index aa8172ff..6b70f83f 100644
--- a/chars.in
+++ b/chars.in
@@ -1,4 +1,4 @@
-/* $Id: chars.in,v 1.50 2014/12/15 19:42:21 schwarze Exp $ */
+/* $Id: chars.in,v 1.51 2014/12/16 19:50:03 schwarze Exp $ */
/*
* Copyright (c) 2009, 2010, 2011 Kristaps Dzonsons <kristaps@bsd.lv>
* Copyright (c) 2014 Ingo Schwarze <schwarze@openbsd.org>
@@ -281,10 +281,10 @@ CHAR("!=", "!=", 8800)
CHAR("==", "==", 8801)
CHAR("ne", "!==", 8802)
CHAR("=~", "=~", 8773)
-CHAR("-~", "-~", 8771)
+CHAR("|=", "-~", 8771)
CHAR("ap", "~", 8764)
CHAR("~~", "~~", 8776)
-CHAR("~=", "~=", 8780)
+CHAR("~=", "~=", 8776)
CHAR("pt", "oc", 8733)
CHAR("es", "{}", 8709)
CHAR("mo", "E", 8712)