aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/TODO
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2012-07-18 16:52:03 +0000
committerIngo Schwarze <schwarze@openbsd.org>2012-07-18 16:52:03 +0000
commit57839926b7f5afc693c79a347c6ffd83a56bb780 (patch)
tree425ea2a419a2d6c0a1f92f7b0b03988719f96597 /TODO
parent3baee6b2cf08cfd97e8919f359b6754c2ddcd6bb (diff)
downloadmandoc-57839926b7f5afc693c79a347c6ffd83a56bb780.tar.gz
mandoc-57839926b7f5afc693c79a347c6ffd83a56bb780.tar.zst
mandoc-57839926b7f5afc693c79a347c6ffd83a56bb780.zip
Drop empty .IP such that is does not cause additional vertical spacing.
Issue first reported by naddy@ in rsync(1). OpenBSD rev. 1.55.
Diffstat (limited to 'TODO')
-rw-r--r--TODO22
1 files changed, 1 insertions, 21 deletions
diff --git a/TODO b/TODO
index c3eb0884..efefd85b 100644
--- a/TODO
+++ b/TODO
@@ -1,6 +1,6 @@
************************************************************************
* Official mandoc TODO.
-* $Id: TODO,v 1.141 2012/07/18 16:41:09 schwarze Exp $
+* $Id: TODO,v 1.142 2012/07/18 16:52:03 schwarze Exp $
************************************************************************
************************************************************************
@@ -248,26 +248,6 @@
and document it in mdoc(7) and man(7) COMPATIBILITY
found while talking to Chris Bennett
-- In man(7), the sequence
- regular text
- .IP
- .IP "tag"
- indented text
- should produce one, not four blank lines between the regular text
- and the tag, see for example rsync(1).
- Likewise,
- regular text
- .IP
- indented text
- should produce one, not two blank lines in between, and
- regular text
- .IP
- .RS
- .IP tag
- indented text
- should produce one, not three blank lines.
- Reported by naddy@ Mon, 28 Mar 2011 20:45:42 +0200
-
- trailing whitespace must be ignored even when followed by a font escape,
see for example
makes