aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/chars.in
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2010-09-15 13:10:30 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2010-09-15 13:10:30 +0000
commit9092c5d03b04ccca832c2642ae0a453409c7c0a9 (patch)
tree886d4e2febeff1b28df274ba0098ad518a86b745 /chars.in
parent2837a0fd20a49e5b5aa7dfb5ba257b145d957531 (diff)
downloadmandoc-9092c5d03b04ccca832c2642ae0a453409c7c0a9.tar.gz
mandoc-9092c5d03b04ccca832c2642ae0a453409c7c0a9.tar.zst
mandoc-9092c5d03b04ccca832c2642ae0a453409c7c0a9.zip
Remove last pod2man escapes. These render ok, although \*(-- renders as
O- because the underlying macro depends on \(*W, which a prior pod2man preamble `tr' macro rewrites as "-". This is an error in groff as this tramples on the real \(*W, or Greek omega.
Diffstat (limited to 'chars.in')
-rw-r--r--chars.in19
1 files changed, 3 insertions, 16 deletions
diff --git a/chars.in b/chars.in
index c1623637..63d9fb41 100644
--- a/chars.in
+++ b/chars.in
@@ -1,4 +1,4 @@
-/* $Id: chars.in,v 1.34 2010/08/29 11:36:49 kristaps Exp $ */
+/* $Id: chars.in,v 1.35 2010/09/15 13:10:30 kristaps Exp $ */
/*
* Copyright (c) 2009, 2010 Kristaps Dzonsons <kristaps@bsd.lv>
*
@@ -348,19 +348,6 @@ CHAR("Po", "L", 163)
CHAR("Cs", "x", 164)
CHAR("Fn", "f", 402)
-/* pod2man holdovers. */
-STRING("--", "--", 8212)
-STRING("PI", "pi", 960)
-STRING("L\"", "``", 8220)
-STRING("R\"", "\'\'", 8221)
-STRING("C`", "`", 8216)
-STRING("C\'", "\'", 8217)
-STRING("Aq", "\'", 39)
-STRING("^", "^", 94)
-STRING(",", ",", 44)
-STRING("~", "~", 126)
-STRING("/", "/", 47)
-
/* Old style. */
STRING("Am", "&", 38)
STRING("Ba", "|", 124)
@@ -374,9 +361,7 @@ STRING("Na", "NaN", 0)
STRING("Ne", "!=", 8800)
STRING("Pi", "pi", 960)
STRING("Pm", "+-", 177)
-STRING("R", "(R)", 174)
STRING("Rq", "\'\'", 8221)
-STRING("Tm", "tm", 8482)
STRING("left-bracket", "[", 91)
STRING("left-parenthesis", "(", 40)
STRING("left-singlequote", "`", 8216)
@@ -384,10 +369,12 @@ STRING("lp", "(", 40)
STRING("q", "\"", 34)
STRING("quote-left", "`", 8216)
STRING("quote-right", "\'", 8217)
+STRING("R", "(R)", 174)
STRING("right-bracket", "]", 93)
STRING("right-parenthesis", ")", 41)
STRING("right-singlequote", "\'", 8217)
STRING("rp", ")", 41)
+STRING("Tm", "(Tm)", 8482)
/* Lines. */
CHAR("ba", "|", 124)