diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2010-09-25 16:41:33 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2010-09-25 16:41:33 +0000 |
commit | 9e1f1ef7e0a526da2ddcb907a1799e7cd5b10813 (patch) | |
tree | ecc65855062e6d177241d54d556b23f46b9f3c8d /TODO | |
parent | 75e47454ebb9c175bc6a63e6612d125247626e26 (diff) | |
download | mandoc-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-- | TODO | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -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). |