aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/TODO
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
commit46be20d7546e99767a9180935016e84ec1e10904 (patch)
treeb1ea884efba6a096e5d203165654ab7213ec7df0 /TODO
parent98ab5e407b0421f31fd38030d72fcf59c98a2f05 (diff)
downloadmandoc-46be20d7546e99767a9180935016e84ec1e10904.tar.gz
mandoc-46be20d7546e99767a9180935016e84ec1e10904.tar.zst
mandoc-46be20d7546e99767a9180935016e84ec1e10904.zip
.Pp in .Bl -column
Diffstat (limited to 'TODO')
-rw-r--r--TODO6
1 files changed, 5 insertions, 1 deletions
diff --git a/TODO b/TODO
index 6af68af1..39236e60 100644
--- a/TODO
+++ b/TODO
@@ -1,6 +1,6 @@
************************************************************************
* Official mandoc TODO.
-* $Id: TODO,v 1.102 2011/04/16 23:00:45 schwarze Exp $
+* $Id: TODO,v 1.103 2011/04/17 13:32:27 schwarze Exp $
************************************************************************
************************************************************************
@@ -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).