summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2012-03-04 23:53:37 +0000
committerIngo Schwarze <schwarze@openbsd.org>2012-03-04 23:53:37 +0000
commit3866c1ed9e048803c26ad9a8c8d7fa2892a10318 (patch)
tree349f44a14393f2f509416f8228ee280a8c031635
parent5469dde646834546d22b47fc60c1993003eea35c (diff)
downloadmandoc-3866c1ed9e048803c26ad9a8c8d7fa2892a10318.tar.gz
two reminders
-rw-r--r--TODO3
1 files changed, 3 insertions, 0 deletions
diff --git a/TODO b/TODO
index c538b63d..e3a82fca 100644
--- a/TODO
+++ b/TODO
@@ -240,6 +240,7 @@
- .Pp between two .It in .Bl -column should produce one,
not two blank lines, see e.g. login.conf(5).
reported by jmc@ Sun, 17 Apr 2011 14:04:58 +0059
+ reported again by sthen@ Wed, 18 Jan 2012 02:09:39 +0000 (UTC)
- If the *first* line after .It is .Pp, break the line right after
the tag, do not pad with space characters before breaking.
@@ -262,6 +263,8 @@
.Bl -tag -width ".Dv message"
in magic(5), located in src/usr.bin/file, is the same
as -width 7n, not -width 11n.
+ The same applies to .Bl -column column widths;
+ reported again by Nicolas Joly Thu, 1 Mar 2012 13:41:26 +0100 via wiz@ 5 Mar
- The \& zero-width character counts as output.
That is, when it is alone on a line between two .Pp,