diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2010-09-25 15:29:12 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2010-09-25 15:29:12 +0000 |
commit | 1a871439301a9e5badf30e99fdad0c68ac99283c (patch) | |
tree | d317ea4d7f20cf6b26906b3531cd9b7fb1b4a426 /TODO | |
parent | cdf9665ab8e07c6d9c3aa3b35f3f192a2bfe7145 (diff) | |
download | mandoc-1a871439301a9e5badf30e99fdad0c68ac99283c.tar.gz |
Removed TODO that was fixed by parsing escapes in offset strings.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -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 |