summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2010-07-18 16:42:03 +0000
committerIngo Schwarze <schwarze@openbsd.org>2010-07-18 16:42:03 +0000
commit29ae66f24ac7fa681d22a8d5315e2faf09350baf (patch)
tree2bfd724309c1d3d7648e37d6638f9694a6c83e7b /TODO
parent77197c05ae8ca31c171cd1d4df3f43f0514bee41 (diff)
downloadmandoc-29ae66f24ac7fa681d22a8d5315e2faf09350baf.tar.gz
fixed .Sm spacing, but there are four new issues
Diffstat (limited to 'TODO')
-rw-r--r--TODO24
1 files changed, 14 insertions, 10 deletions
diff --git a/TODO b/TODO
index 73b487ad..d899310a 100644
--- a/TODO
+++ b/TODO
@@ -21,6 +21,14 @@
lib/libc/gen/signal.3
lib/libc/sys/sigaction.2
+- edge case: decide how to deal with blk_full bad nesting, e.g.
+ .Sh .Nm .Bk .Nm .Ek .Sh found by jmc@ in ssh-keygen(1)
+ from jmc@ Wed, 14 Jul 2010 18:10:32 +0100
+
+- auto-Bk in the SYNOPSIS
+ patch from kristaps@ Fri, 16 Jul 2010 14:51:24 +0200
+ to be revisited after OpenBSD 4.8 tree unlock
+
- implement \\
in plain text, identical to \e
as a macro argument, identical to \ i.e. escaping the next character
@@ -71,21 +79,17 @@
* formatting issues: ugly output
************************************************************************
-- outside list context, text following .Sm off
- seems to follow without a blank (TERM_NOBLANK reset late?) e.g.
- .Sm off
- .Xo
- .Op Ar bind_address No /
- .Ar port
- .Xc
- .Sm on
- or by enclosing
- reported by jmc Tue, 13 Apr 2010 08:48:14 +0100
+- perl(1) SYNOPSIS looks bad; reported by deraadt@
+ 1) "\ " is non-breaking
+ 2) man(7) seems to need SYNOPSIS .Nm blocks, too
- empty phrases in .Bl column produce too few blanks
try e.g. .Bl -column It Ta Ta
reported by millert Fri, 02 Apr 2010 16:13:46 -0400
+- .Pp before and after .Sh (and .Ss) produces a spurious blank line;
+ reported by jmc@ Thu, 15 Jul 2010 23:00:28 +0100
+
************************************************************************
* formatting issues: gratuitious differences
************************************************************************