diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2011-06-18 17:58:48 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2011-06-18 17:58:48 +0000 |
commit | 0c9872ac2f450f2fcfcbf234c266d9bd9d404143 (patch) | |
tree | 665865f5fb0fa5540ad8d544bef601eea60e5e45 /TODO | |
parent | 56635f91688db2f5e34654a48a7297984673b807 (diff) | |
download | mandoc-0c9872ac2f450f2fcfcbf234c266d9bd9d404143.tar.gz |
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-- | TODO | 21 |
1 files changed, 0 insertions, 21 deletions
@@ -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 |