summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2011-04-17 13:32:27 +0000
committerIngo Schwarze <schwarze@openbsd.org>2011-04-17 13:32:27 +0000
commitffa564611dc0b60353239a3901358ae9c29db516 (patch)
tree5e35785037dacac05f6d89a9e5bc518ff1dc9e1b
parentc57a73f064609dc98417c026cdb283aaf36c58a3 (diff)
downloadmandoc-ffa564611dc0b60353239a3901358ae9c29db516.tar.gz
.Pp in .Bl -column
-rw-r--r--TODO4
1 files changed, 4 insertions, 0 deletions
diff --git a/TODO b/TODO
index 1e657978..c724900e 100644
--- a/TODO
+++ b/TODO
@@ -224,6 +224,10 @@
Also have `It' complain if `Pp' is invoked at certain times (not
-compact?).
+- .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
+
- If the *first* line after .It is .Pp, break the line right after
the tag, do not pad with space characters before breaking.
See the description of the a, c, and i commands in sed(1).