3 # Creates Texinfo documentation from the source
6 open(INFO, $file) || die "Cannot open \"$file\"\n" ;
7 print "\@table \@asis\n";
10 if ( $line =~ /^UNIMPL/ )
12 @fields = split(/,/,$line);
24 print "\@item $command\n$description\n\n";
27 print "\@end table\n";
28 close(INFO); # Close the file