Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

installing openssh man pages in /usr/man/man*

1 view
Skip to first unread message

phil-new...@ipal.net

unread,
Aug 21, 2003, 5:35:40 PM8/21/03
to
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?

--
-----------------------------------------------------------------------------
| Phil Howard KA9WGN | http://linuxhomepage.com/ http://ham.org/ |
| (first name) at ipal.net | http://phil.ipal.org/ http://ka9wgn.ham.org/ |
-----------------------------------------------------------------------------

Neil W Rickert

unread,
Aug 21, 2003, 10:15:39 PM8/21/03
to
phil-new...@ipal.net writes:

>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.

Darren Tucker

unread,
Aug 21, 2003, 11:14:32 PM8/21/03
to
In article <bi3dv...@enews1.newsguy.com>,

<phil-new...@ipal.net> wrote:
>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?

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.

0 new messages