summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2017-07-20 12:54:02 +0000
committerIngo Schwarze <schwarze@openbsd.org>2017-07-20 12:54:02 +0000
commit9f530b39ae88833b05d44035c78cae9318615c56 (patch)
treebc896021cbbf3ad6085ec712c4a19d6c6bf9f8bb /TODO
parenta9a97bc908a0214936a95c98074665306b54b092 (diff)
downloadmandoc-9f530b39ae88833b05d44035c78cae9318615c56.tar.gz
correctly handle letters in .Nx arguments; improves for example
getpgid(2), ac(8), ldconfig(8), mount_ffs(8), sa(8), ttyflags(8), ...
Diffstat (limited to 'TODO')
-rw-r--r--TODO5
1 files changed, 0 insertions, 5 deletions
diff --git a/TODO b/TODO
index 7b90e107..3677e4db 100644
--- a/TODO
+++ b/TODO
@@ -436,11 +436,6 @@ are mere guesses, and some may be wrong.
Probably, this should be fixed somewhere in termp_it_pre(), not sure.
loc * exist ** algo ** size * imp **
-- .Nx 1.0a
- should be "NetBSD 1.0A", not "NetBSD 1.0a",
- see OpenBSD ccdconfig(8).
- loc * exist * algo * size * imp **
-
- In .Bl -tag, if a tag exceeds the right margin and must be continued
on the next line, it must be indented by -width, not width+1;
see "rule block|pass" in OpenBSD ifconfig(8).