2613
2613
put_info(_("Note that all text commands must be first on line and end with ';'"),INFO_INFO,0,0);
2614
2614
for (i = 0; commands[i].name; i++)
2617
2617
for (j= (int)strlen(commands[i].name); j < 10; j++)
2620
2620
tee_fprintf(stdout, "%s(\\%c) %s\n", buff,
2621
2621
commands[i].cmd_char, _(commands[i].doc));