--- ../create_help.pl Sat Nov 6 14:32:42 1999 +++ src/bin/psql/create_help.pl Sat Nov 6 14:34:40 1999 @@ -46,7 +46,7 @@ static struct _helpStruct QL_HELP[] = { "; -foreach $file (readdir DIR) { +foreach $file (sort readdir DIR) { my ($cmdname, $cmddesc, $cmdsynopsis); $file =~ /\.sgml$/ || next;