pivot table procedure conceptually works
[pspp] / doc / get-commands.pl
index 68a53b940d11c073adf750e54a08f797aeaa20dc..a1bfd5c80fd91582da98b16af79de81d461ba261 100755 (executable)
@@ -15,7 +15,7 @@ while (<INFO>)
     my ($command, $description)
       = /^\s*UNIMPL_CMD\s*\(\s*"([^"]*)"\s*,\s*"([^"]*)"\)\s*$/
        or next;
-    print "\@item $command\n$description\n\n";
+    print "\@item \@cmd{$command}\n$description\n\n";
 }
 print "\@end table\n";