Displaying 1 result from an estimated 1 matches for "sgmlout".
Did you mean:
sg_out
2006 Jul 01
1
Rdconv --type=Ssgm drops singleton keywords (PR#9051)
...06-05-23 08:51:16.000000000 -0700
--- /tmp/Rdconv.pm 2006-06-30 11:51:53.000000000 -0700
***************
*** 2965,2971 ****
Ssgm_print_block_named("references", "References");
Ssgm_print_seealso();
Ssgm_print_examples();
! if ($#keywords > 0) {
print $sgmlout "<s-keywords>\n";
while ($#keywords >= 0) {
print $sgmlout "<s-keyword>", shift( @keywords ),
--- 2965,2971 ----
Ssgm_print_block_named("references", "References");
Ssgm_print_seealso();
Ssgm_print_examples();
!...