Package: expect Version: 5.45.4-4 Severity: minor X-Debbugs-Cc: [email protected]
'man 1 expect' says, in section "COMMANDS": "Commands used here but not defined (e.g., set, if, exec) are Tcl commands (see tcl(3))" However the referenced tcl(3) does not exist. Exploring possible alternatives such as tcl(3tcl) also fails to locate the intended page: apt-file search man3/tcl. Tcl(3tcl) "Summary of Tcl language syntax" exists but in the context of expect(1) describing commands it is not useful and does not have a See Also section that might lead to such. Further investigation of tcl*-doc packages shows they list each Tcl command in individual pages (e.g: set(3tcl), if(3tcl), exec(4tcl) ) but there is no obvious index or summary page.

