File tree 2 files changed +3
-5
lines changed
2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -583,7 +583,6 @@ 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 {}
587
586
while {[ more-text] } {
588
587
set line [ next-text]
589
588
if {[ is-a-directive $line ] } {
@@ -595,7 +594,7 @@ proc output-IP-list {context code rest} {
595
594
continue
596
595
}
597
596
if {$manual(section) eq " ARGUMENTS" } {
598
- man-puts " $para <DT>$rest <DD>$endpara "
597
+ man-puts " $para <DT>$rest <DD>"
599
598
} elseif {[ regexp {^\[([\da-f]+)\]$} $rest -> value] } {
600
599
man-puts " $para <LI value=\" $value \" >"
601
600
} elseif {[ regexp {^\(?([\da-f]+)\)$} $rest -> value] } {
@@ -665,7 +664,6 @@ proc output-IP-list {context code rest} {
665
664
man-puts $line
666
665
}
667
666
set para <P>
668
- set endpara </P>
669
667
}
670
668
man-puts " $para$enddl "
671
669
lappend manual(section-toc) $enddl
Original file line number Diff line number Diff line change @@ -221,14 +221,14 @@ proc css-stylesheet {} {
221
221
font-size: 11px;
222
222
}
223
223
css-style " .keylist dt" " .arguments dt" {
224
- width: 20em ;
224
+ width: 25em ;
225
225
float: left;
226
226
padding: 2px;
227
227
border-top: 1px solid #999999;
228
228
}
229
229
css-style " .keylist dt" { font-weight: bold; }
230
230
css-style " .keylist dd" " .arguments dd" {
231
- margin-left: 20em ;
231
+ margin-left: 25em ;
232
232
padding: 2px;
233
233
border-top: 1px solid #999999;
234
234
}
You can’t perform that action at this time.
0 commit comments