summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2010-09-27 21:33:52 +0000
committerIngo Schwarze <schwarze@openbsd.org>2010-09-27 21:33:52 +0000
commit172d8acbd9bb7dee2e28592ec6a104fee160d46a (patch)
tree87e9711ae9aa9a5c57ab25e360e0fa76af2a79bc
parentf0097d0a9255c5cdac4db260a049ddbf48b0cac8 (diff)
downloadmandoc-172d8acbd9bb7dee2e28592ec6a104fee160d46a.tar.gz
A minor issue with \& between .Pp found while merging 1.10.6.
-rw-r--r--TODO4
1 files changed, 4 insertions, 0 deletions
diff --git a/TODO b/TODO
index ce8f6769..7f62245d 100644
--- a/TODO
+++ b/TODO
@@ -142,6 +142,10 @@
on the next line, it must be indented by -width, not width+1;
see "rule block|pass" in OpenBSD ifconfig(8).
+- The \& zero-width character counts as output.
+ That is, when it is alone on a line between two .Pp,
+ we want three blank lines, not two as in mandoc.
+
************************************************************************
* performance issues
************************************************************************