summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2010-09-25 16:41:33 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2010-09-25 16:41:33 +0000
commit9e1f1ef7e0a526da2ddcb907a1799e7cd5b10813 (patch)
treeecc65855062e6d177241d54d556b23f46b9f3c8d /TODO
parent75e47454ebb9c175bc6a63e6612d125247626e26 (diff)
downloadmandoc-9e1f1ef7e0a526da2ddcb907a1799e7cd5b10813.tar.gz
A `%T' invoked outside of `Rs' should not produce trailing punctuation.
This from a TODO entry. Also stripped the superfluous NOSPACE, which is handled in term_word() or print_text() anyway.
Diffstat (limited to 'TODO')
-rw-r--r--TODO4
1 files changed, 0 insertions, 4 deletions
diff --git a/TODO b/TODO
index 0ca473be..2ee2d419 100644
--- a/TODO
+++ b/TODO
@@ -149,10 +149,6 @@
there is no point in rendering two commata,
see the first paragraph of the DESCRIPTION in OpenBSD mount_nfs(8).
-- When .%T is used outside an .Rs context and without a trailing comma,
- no comma should be rendered at all,
- see the first paragraph of the DESCRIPTION in OpenBSD exports(5).
-
- Bogus .Pp before .Bl should not cause a double blank line,
see "The route utility provides the following simple commands:"
in OpenBSD route(8).