summaryrefslogtreecommitdiffstats
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
commitea02c27746628977c16bd9f8665b1ceed267c88f (patch)
treebde31d7a88489370df23deb156f9c7e6a8340048 /TODO
parent40003acb9f6717bec686f30297974dd3175eaf00 (diff)
downloadmandoc-ea02c27746628977c16bd9f8665b1ceed267c88f.tar.gz
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--TODO5
1 files changed, 0 insertions, 5 deletions
diff --git a/TODO b/TODO
index 427172a8..3fa7a76d 100644
--- a/TODO
+++ b/TODO
@@ -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.