diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2010-09-25 16:52:15 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2010-09-25 16:52:15 +0000 |
commit | 8ca4b8cb376d12813051f2b1f75c4d3cead8945a (patch) | |
tree | fea4bcc4c3683269a0dc4ee19e08359a5b6aec97 | |
parent | 9e1f1ef7e0a526da2ddcb907a1799e7cd5b10813 (diff) | |
download | mandoc-8ca4b8cb376d12813051f2b1f75c4d3cead8945a.tar.gz |
Remove fixed TODO and add a new one.
-rw-r--r-- | TODO | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -145,10 +145,6 @@ on the next line, it must be indented by -width, not width+1; see "rule block|pass" in OpenBSD ifconfig(8). -- When .%T is used outside an .Rs context and with a trailing comma, - there is no point in rendering two commata, - see the first paragraph of the DESCRIPTION in OpenBSD mount_nfs(8). - - Bogus .Pp before .Bl should not cause a double blank line, see "The route utility provides the following simple commands:" in OpenBSD route(8). @@ -169,3 +165,4 @@ Several areas can be cleaned up to make mandoc even faster. These are * structural issues ************************************************************************ +- remove superfluous NOSPACE invocations (e.g., with term_word(p, "(")) |