From owner-freebsd-doc Fri Sep 14 5:15:12 2001 Delivered-To: freebsd-doc@freebsd.org Received: from mta01-svc.ntlworld.com (mta01-svc.ntlworld.com [62.253.162.41]) by hub.freebsd.org (Postfix) with ESMTP id EBAF837B403 for ; Fri, 14 Sep 2001 05:15:09 -0700 (PDT) Received: from eborcom.com ([62.253.84.22]) by mta01-svc.ntlworld.com (InterMail vM.4.01.03.00 201-229-121) with SMTP id <20010914121507.GAKJ15984.mta01-svc.ntlworld.com@eborcom.com> for ; Fri, 14 Sep 2001 13:15:07 +0100 Received: (qmail 67648 invoked by uid 1001); 14 Sep 2001 12:15:06 -0000 Date: Fri, 14 Sep 2001 13:15:06 +0100 From: Tom Hukins To: Valentino Vaschetto Cc: freebsd-doc@FreeBSD.org Subject: Re: man.cgi.. again.. Message-ID: <20010914131506.A65195@eborcom.com> Mail-Followup-To: Tom Hukins , Valentino Vaschetto , freebsd-doc@FreeBSD.org References: <20010913145339.L81874-100000@Blitzkrieg.Blackened.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010913145339.L81874-100000@Blitzkrieg.Blackened.com>; from logo@FreeBSD.org on Thu, Sep 13, 2001 at 02:58:57PM -0700 Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Thu, Sep 13, 2001 at 02:58:57PM -0700, Valentino Vaschetto wrote: > > I took a quick look at man.cgi, but lost myself in it. Here is the link it > tries to use for lookup ssh(1). > > http://www.FreeBSD.org/cgi/man.cgi?query=ssh&sektion=1 > > note: ssh isn't the only thing not working, ssh-keygen, ssh-add and all > the like don't work either. I've had a quick look into this, and here's what's happening: man.cgi references /usr/local/www/bsddoc/bin/man.cgi which doesn't read man pages from the same place as the man command. It looks in a subdirectory (according to the OS queried) of /usr/local/www/bsddoc/man to find manual pages. In the case of FreeBSD 4.3-RELEASE (which the query you cite uses), there are no manual pages in man1 or cat1 for any of the ssh commands. I'm not sure what the right way to fix this is, but I hope I've been of some help. Tom To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message