summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2010-09-25 15:29:12 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2010-09-25 15:29:12 +0000
commit1a871439301a9e5badf30e99fdad0c68ac99283c (patch)
treed317ea4d7f20cf6b26906b3531cd9b7fb1b4a426 /TODO
parentcdf9665ab8e07c6d9c3aa3b35f3f192a2bfe7145 (diff)
downloadmandoc-1a871439301a9e5badf30e99fdad0c68ac99283c.tar.gz
Removed TODO that was fixed by parsing escapes in offset strings.
Diffstat (limited to 'TODO')
-rw-r--r--TODO4
1 files changed, 0 insertions, 4 deletions
diff --git a/TODO b/TODO
index a76f1b9f..d045dd5c 100644
--- a/TODO
+++ b/TODO
@@ -175,7 +175,3 @@ Several areas can be cleaned up to make mandoc even faster. These are
* structural issues
************************************************************************
-- another example of the same problem:
- .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