File tree 1 file changed +3
-1
lines changed
1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -583,6 +583,7 @@ proc output-IP-list {context code rest} {
583
583
backup-text 1
584
584
set accept_RE 0
585
585
set para {}
586
+ set endpara {}
586
587
while {[ more-text] } {
587
588
set line [ next-text]
588
589
if {[ is-a-directive $line ] } {
@@ -594,7 +595,7 @@ proc output-IP-list {context code rest} {
594
595
continue
595
596
}
596
597
if {$manual(section) eq " ARGUMENTS" } {
597
- man-puts " $para <DT>$rest <DD>"
598
+ man-puts " $para <DT>$rest <DD>$endpara "
598
599
} elseif {[ regexp {^\[([\da-f]+)\]$} $rest -> value] } {
599
600
man-puts " $para <LI value=\" $value \" >"
600
601
} elseif {[ regexp {^\(?([\da-f]+)\)$} $rest -> value] } {
@@ -664,6 +665,7 @@ proc output-IP-list {context code rest} {
664
665
man-puts $line
665
666
}
666
667
set para <P>
668
+ set endpara </P>
667
669
}
668
670
man-puts " $para$enddl "
669
671
lappend manual(section-toc) $enddl
You can’t perform that action at this time.
0 commit comments