aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/chars.in
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2010-08-16 09:51:17 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2010-08-16 09:51:17 +0000
commit06e6c7dc6e33f32a1df66e14e39620b5d0c2b20a (patch)
tree6901b3ce4b8fdccdc6e150f50dbcfd7bae45780e /chars.in
parent50e5e6079cf836d29fcbcd19b59c694b205d4caa (diff)
downloadmandoc-06e6c7dc6e33f32a1df66e14e39620b5d0c2b20a.tar.gz
mandoc-06e6c7dc6e33f32a1df66e14e39620b5d0c2b20a.tar.zst
mandoc-06e6c7dc6e33f32a1df66e14e39620b5d0c2b20a.zip
Remove \*(C+ from the pre-predefined strings. It is always `ds'-defined
when being used in manuals. Since we now support `ds', it's no longer necessary to account for it. From a bug report originally by Thomas Jeunet.
Diffstat (limited to 'chars.in')
-rw-r--r--chars.in3
1 files changed, 1 insertions, 2 deletions
diff --git a/chars.in b/chars.in
index 5db07566..3c7db90c 100644
--- a/chars.in
+++ b/chars.in
@@ -1,4 +1,4 @@
-/* $Id: chars.in,v 1.32 2010/07/31 23:52:58 schwarze Exp $ */
+/* $Id: chars.in,v 1.33 2010/08/16 09:51:17 kristaps Exp $ */
/*
* Copyright (c) 2009, 2010 Kristaps Dzonsons <kristaps@bsd.lv>
*
@@ -353,7 +353,6 @@ STRING("--", "--", 8212)
STRING("PI", "pi", 960)
STRING("L\"", "``", 8220)
STRING("R\"", "\'\'", 8221)
-STRING("C+", "C++", 0)
STRING("C`", "`", 8216)
STRING("C\'", "\'", 8217)
STRING("Aq", "\'", 39)