summaryrefslogtreecommitdiffstatshomepage
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
commit7b7aebeead2ccc662a874fcf5b6a0d23e1e2bff3 (patch)
treea1e5468b96d466ebeff58b60cad13830c2009208
parent798821465f9537b4365013350ab302f462779c58 (diff)
downloadmandoc-7b7aebeead2ccc662a874fcf5b6a0d23e1e2bff3.tar.gz
mandoc-7b7aebeead2ccc662a874fcf5b6a0d23e1e2bff3.tar.zst
mandoc-7b7aebeead2ccc662a874fcf5b6a0d23e1e2bff3.zip
fixed .Sm spacing, but there are four new issues
-rw-r--r--TODO26
1 files changed, 15 insertions, 11 deletions
diff --git a/TODO b/TODO
index 848b3b73..0fba62e3 100644
--- a/TODO
+++ b/TODO
@@ -1,6 +1,6 @@
************************************************************************
* Official mandoc TODO. May not be quite up to date.
-* $Id: TODO,v 1.27 2010/07/16 22:33:30 kristaps Exp $
+* $Id: TODO,v 1.28 2010/07/18 16:42:03 schwarze Exp $
************************************************************************
************************************************************************
@@ -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
************************************************************************