aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/TODO
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2011-06-18 17:58:48 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2011-06-18 17:58:48 +0000
commit59d670588d5a0d26b72f44f847929ba4b7dd5435 (patch)
tree3adcf9e50d70103d3cc1ad4ee42f6df995fa2ac4 /TODO
parent55d8e28ac565dbc5aecfd860a4d3fe6a7ac99c72 (diff)
downloadmandoc-59d670588d5a0d26b72f44f847929ba4b7dd5435.tar.gz
mandoc-59d670588d5a0d26b72f44f847929ba4b7dd5435.tar.zst
mandoc-59d670588d5a0d26b72f44f847929ba4b7dd5435.zip
Fix two TODOs with one check-in. Both of these relate to vertical space
before paragraphs and/or within `RS' blocks.
Diffstat (limited to 'TODO')
-rw-r--r--TODO23
1 files changed, 1 insertions, 22 deletions
diff --git a/TODO b/TODO
index 98212dc9..6cd2adf0 100644
--- a/TODO
+++ b/TODO
@@ -1,6 +1,6 @@
************************************************************************
* Official mandoc TODO.
-* $Id: TODO,v 1.112 2011/06/18 17:36:52 kristaps Exp $
+* $Id: TODO,v 1.113 2011/06/18 17:58:48 kristaps Exp $
************************************************************************
************************************************************************
@@ -278,13 +278,6 @@
see for example named-checkconf(8).
- In man(7), the sequence
- regular text
- .RS
- .IP
- should have a blank line between the text and the beginning of the
- indented paragraph, see for example sudo(1).
-
-- In man(7), the sequence
.SH HEADER
<blank line>
.PP
@@ -295,20 +288,6 @@
- In man(7), the sequence
regular text
- .PP
- .RS
- indented text
- should produce one blank line between the regular and indented texts,
- see for example rsync(1), and
- .RE
- <blank line>
- .PP
- .RS
- should produce two,not one blank lines.
- Reported by naddy@ Mon, 28 Mar 2011 20:45:42 +0200
-
-- In man(7), the sequence
- regular text
.IP
.IP "tag"
indented text