diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2017-07-20 12:54:02 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2017-07-20 12:54:02 +0000 |
commit | 9f530b39ae88833b05d44035c78cae9318615c56 (patch) | |
tree | bc896021cbbf3ad6085ec712c4a19d6c6bf9f8bb /TODO | |
parent | a9a97bc908a0214936a95c98074665306b54b092 (diff) | |
download | mandoc-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-- | TODO | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -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). |