summaryrefslogtreecommitdiffstatshomepage
path: root/TODO
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 /TODO
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 'TODO')
-rw-r--r--TODO7
1 files changed, 1 insertions, 6 deletions
diff --git a/TODO b/TODO
index 0a598640..b28079fd 100644
--- a/TODO
+++ b/TODO
@@ -1,6 +1,6 @@
************************************************************************
* Official mandoc TODO.
-* $Id: TODO,v 1.45 2010/09/08 11:57:29 kristaps Exp $
+* $Id: TODO,v 1.46 2010/09/15 13:10:30 kristaps Exp $
************************************************************************
************************************************************************
@@ -181,8 +181,3 @@ Several areas can be cleaned up to make mandoc even faster. These are
.Bl -tag -width "\eD{format}XX" -compact
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.