summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2011-01-25 10:37:49 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2011-01-25 10:37:49 +0000
commit3349c72d72c8acc21ae7930af2eb590dbe4617a0 (patch)
treeeaafa03a110d0f89290807f36acce68a9d4d944c /TODO
parentef0c12c03523dc1118e1aedf95ea477327b2c1cd (diff)
downloadmandoc-3349c72d72c8acc21ae7930af2eb590dbe4617a0.tar.gz
If %B is specified, quote %T. Noted by schwarze@ in the TODO.
Diffstat (limited to 'TODO')
-rw-r--r--TODO5
1 files changed, 0 insertions, 5 deletions
diff --git a/TODO b/TODO
index b83f0d93..769e2176 100644
--- a/TODO
+++ b/TODO
@@ -265,11 +265,6 @@
.Xc
The input text is appended after the specified line.
-- When we have both .%T and .%B in .Rs, .%T uses "", not underline, see
- for example arp(4); admittedly, arp(4) is abusing both .%T and .%B,
- but when dealing with anthologies, sensible use of of both in the
- same .Rs can occur.
-
- Header lines of excessive length:
Port OpenBSD man_term.c rev. 1.25 to mdoc_term.c
and document it in mdoc(7) and man(7) COMPATIBILITY