diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2011-04-17 13:32:27 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2011-04-17 13:32:27 +0000 |
commit | ffa564611dc0b60353239a3901358ae9c29db516 (patch) | |
tree | 5e35785037dacac05f6d89a9e5bc518ff1dc9e1b /TODO | |
parent | c57a73f064609dc98417c026cdb283aaf36c58a3 (diff) | |
download | mandoc-ffa564611dc0b60353239a3901358ae9c29db516.tar.gz |
.Pp in .Bl -column
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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). |