--
-----------------------------------------------------------------------------
| Phil Howard KA9WGN | http://linuxhomepage.com/ http://ham.org/ |
| (first name) at ipal.net | http://phil.ipal.org/ http://ka9wgn.ham.org/ |
-----------------------------------------------------------------------------
>Openssh is installing man pages in ${mandir}/cat* and my man command is not
>looking at those files. While blaming the man command may be right, I do
>want to know how to make openssh install man pages like other packages do.
>Why does openssh have to be different? Is that the OpenBSD way?
It is installing in ${mandir}/man* here.
What platform are you talking about? If configure can't find or can't
use nroff, it'll fall back to catman-type man pages.
You can also override these at configure time:
$ ./configure --help
--mandir=DIR man documentation [PREFIX/man]
--with-mantype=man|cat|doc Set man page type
--
Darren Tucker (dtucker at zip.com.au)
GPG key 8FF4FA69 / D9A3 86E9 7EEE AF4B B2D4 37C9 C982 80C7 8FF4 FA69
Good judgement comes with experience. Unfortunately, the experience
usually comes from bad judgement.