diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2010-08-16 09:51:17 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2010-08-16 09:51:17 +0000 |
commit | 77da7331d998a614d9b8e71c919afc8ab7e8168b (patch) | |
tree | c8974ffe4dc501688221dc55041b902a224e825f /TODO | |
parent | 1f3aa1eb615112fd40061f39498636b5fb649b04 (diff) | |
download | mandoc-77da7331d998a614d9b8e71c919afc8ab7e8168b.tar.gz |
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-- | TODO | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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. |