From owner-freebsd-doc@FreeBSD.ORG Thu May 8 13:14:32 2003 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D2BD737B401 for ; Thu, 8 May 2003 13:14:32 -0700 (PDT) Received: from abigail.blackend.org (blackend.org [212.11.35.229]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4A19543F75 for ; Thu, 8 May 2003 13:14:31 -0700 (PDT) (envelope-from marc@blackend.org) Received: from nosferatu.blackend.org (nosferatu.blackend.org [192.168.10.205]) by abigail.blackend.org (8.12.3/8.12.3) with ESMTP id h48KETYx010890; Thu, 8 May 2003 22:14:29 +0200 (CEST) (envelope-from marc@abigail.blackend.org) Received: from nosferatu.blackend.org (localhost [127.0.0.1]) h48KEeq1007759; Thu, 8 May 2003 22:14:40 +0200 (CEST) (envelope-from marc@nosferatu.blackend.org) Received: (from marc@localhost) by nosferatu.blackend.org (8.12.9/8.12.9/Submit) id h48KEdUZ007758; Thu, 8 May 2003 22:14:39 +0200 (CEST) (envelope-from marc) Date: Thu, 8 May 2003 22:14:39 +0200 From: Marc Fonvieille To: Ceri Davies , doc@FreeBSD.org Message-ID: <20030508201439.GC532@nosferatu.blackend.org> References: <200305081958.h48JwdS8078412@repoman.freebsd.org> <20030508200148.GB64699@submonkey.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030508200148.GB64699@submonkey.net> User-Agent: Mutt/1.4i X-Useless-Header: blackend.org X-Operating-System: FreeBSD 5.0-CURRENT Subject: Re: cvs commit: doc/en_US.ISO8859-1/books/faq book.sgml X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 May 2003 20:14:33 -0000 On Thu, May 08, 2003 at 09:01:48PM +0100, Ceri Davies wrote: > > We have a slight issue which this has highlighted; the man.ssh.1, > man.sshd.8 and possibly other ssh related entities are currently broken, > as man.cgi doesn't seem to be able to find them. > > Anybody know why? > Hmm it seems only FreeBSD manpath is victim of that problem, NetBSD, OpenBSD and other Linux manpath give the right manual page. Someone changed something? :) Marc