aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/TODO
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
commit1b9bbbbf7cbcf308427c3dfc30b7b193d0a1443f (patch)
treea9981897a1684abc0bdc0150714e5d07505fd40a /TODO
parente3f5a8b682834250b701507005165a1355655312 (diff)
downloadmandoc-1b9bbbbf7cbcf308427c3dfc30b7b193d0a1443f.tar.gz
mandoc-1b9bbbbf7cbcf308427c3dfc30b7b193d0a1443f.tar.zst
mandoc-1b9bbbbf7cbcf308427c3dfc30b7b193d0a1443f.zip
A minor issue with \& between .Pp found while merging 1.10.6.
Diffstat (limited to 'TODO')
-rw-r--r--TODO6
1 files changed, 5 insertions, 1 deletions
diff --git a/TODO b/TODO
index 0e053606..7fb5fba0 100644
--- a/TODO
+++ b/TODO
@@ -1,6 +1,6 @@
************************************************************************
* Official mandoc TODO.
-* $Id: TODO,v 1.55 2010/09/27 11:21:39 kristaps Exp $
+* $Id: TODO,v 1.56 2010/09/27 21:33:52 schwarze Exp $
************************************************************************
************************************************************************
@@ -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
************************************************************************