Hey guys,

Recently started using OpenBSD (4.0) as my development server. I just
installed dejagnu and one of the dependencies is TCL. At the end of
pkg_add, this is the output

*********
sudo pkg_add -i dejagnu
...
dejagnu-1.4.3p4: complete
--- tcl-8.4.7p1 -------------------
You may wish to add /usr/local/lib/tcl8.4/man to /etc/man.conf
*********

I tried editing man.conf and added the following lines,

**********
_whatdb     /usr/local/lib/tcl8.4/man/whatis.db

tcl     /usr/local/lib/tcl8.4/man/

9F      /usr/local/lib/tcl8.4/man/{man}9
**********

Now, I run the following command:

**********
$ man Tcl
man: no entry for Tcl in the manual.
$ man -f Tcl
Tcl (n) - Tool Command Language
**********

Am I missing something?

Thanks,
Amit

Reply via email to