aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/TODO
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 /TODO
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 'TODO')
-rw-r--r--TODO6
1 files changed, 5 insertions, 1 deletions
diff --git a/TODO b/TODO
index 05a2e9e3..85160158 100644
--- a/TODO
+++ b/TODO
@@ -1,6 +1,6 @@
************************************************************************
* Official mandoc TODO.
-* $Id: TODO,v 1.39 2010/08/15 17:38:41 schwarze Exp $
+* $Id: TODO,v 1.40 2010/08/16 09:51:17 kristaps Exp $
************************************************************************
************************************************************************
@@ -179,3 +179,7 @@ Several areas can be cleaned up to make mandoc even faster. These are
in OpenBSD ksh(1) gives the wrong width
because "\e" is one character in groff, two in mandoc
+- Now that `ds' is minimally supported, we can get rid of some
+ predefined strings. \*(C+ has already been thrown out. Track these
+ down and whack them. Look in e.g. gcc.1 for the top-level `ds'
+ invocations. These are reproduced across most crappy GNU manuals.