summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2013-07-02 12:22:31 +0000
committerIngo Schwarze <schwarze@openbsd.org>2013-07-02 12:22:31 +0000
commit7d70d0d341159f15000e6c9c7a25198002cae12d (patch)
tree829bcbf662d836629df107a53a05ac98b54ad63d
parent35106bc34e6d53035c593e9d7d7726a3e8889e78 (diff)
downloadmandoc-7d70d0d341159f15000e6c9c7a25198002cae12d.tar.gz
fixed in mandoc.c rev. 1.67 and OpenBSD mandoc.c rev. 1.36
-rw-r--r--TODO8
1 files changed, 0 insertions, 8 deletions
diff --git a/TODO b/TODO
index 9ddd15fd..59a03e6d 100644
--- a/TODO
+++ b/TODO
@@ -153,14 +153,6 @@ None known right now.
see textproc/mgdiff(1) for nice examples
(3) undefined, just output the character -> perhaps WARNING
-- The \t escape sequence is the same as a literal tab, see for example
- the ASCII table in hexdump(1) where
- .Bl -column \&000_nu \&001_so \&002_st \&003_et \&004_eo
- .It \&000\ nul\t001\ soh\t002\ stx\t003\ etx\t004\ eot\t005\ enq
- produces
- 000 nul 001 soh 002 stx 003 etx 004 eot 005 enq
- and the example in oldrdist(1)
-
- look at pages generated from reStructeredText, e.g. devel/mercurial hg(1)
These are a weird mixture of man(7) and custom autogenerated low-level
roff stuff. Figure out to what extent we can cope.