From: Iain.Lea@anl433.erlm.siemens.de (Iain Lea) Subject: Re: tk/tcl: man pages problem Date: Wed, 21 Apr 1993 11:26:18 GMT
Holger Muenx (muenx@heike.informatik.uni-dortmund.de) wrote:
:
: After the installation of the tk/tcl package on my Linux system a little
: problem occured:
:
: The man pages from the distribution try to include a file "man.macros"
: with the command ".so man.macros".
There is a file called man.<something> (I forgot what exactly) in the
directory where the man pages were installed. Rename this file to
man.macros and move it up to the parent directory. ie,
mv man.<something> ../man.macros
This allows the man program to find the file when processing the man pages.
Iain