Douglas Stevenson wrote: >There is a "mann" in the Solaris Express Developer Release, but it is currently >empty. What type of interfaces are you documenting in this directory? > >
mann contains the manpages for the built-in commands of the Tcl and Tk shells, eg: puts, join, exit, array, open, tk_messageBox, tcl_findLibrary, etc. man3 contains manpages for the C APIs for libtcl.so and libtk.so, eg: Tcl_Init, Tk_GetBitmap, panic, etc. My preferred solution is to put *both* the current man3 and mann manpages into new sections: man3tcl and man3tk. Is this a reasonable thing to do? ie mixing C API and shell command manpages in the same section? - Dermot
