diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2010-03-30 19:20:33 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2010-03-30 19:20:33 +0000 |
commit | 6116d25719e13406ee310672f3d448688af83da5 (patch) | |
tree | db1dbb7693a0b45375c74f0ed4a36471a80d8bfa /chars.in | |
parent | cdce82be1753e738186e0b27a8ad7b9cf9c2412c (diff) | |
download | mandoc-6116d25719e13406ee310672f3d448688af83da5.tar.gz |
Escape TH -> Th (noticed by Joerg Sonnenberger).
Moved pod2man escapes into man.3 (they're not part of -man or -mdoc, technically).
Diffstat (limited to 'chars.in')
-rw-r--r-- | chars.in | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -365,7 +365,7 @@ STRING("8", 1, "B", 1, "β", 6) STRING("o", 1, "o", 1, "°", 6) STRING("D-", 2, "D", 1, "Ð", 6) STRING("d-", 2, "o", 1, "ð", 6) -STRING("TH", 2, "b", 1, "Þ", 6) +STRING("Th", 2, "b", 1, "Þ", 6) STRING("th", 2, "b", 1, "þ", 6) /* Old style. */ |