From owner-freebsd-questions Sat May 17 03:29:59 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id DAA17510 for questions-outgoing; Sat, 17 May 1997 03:29:59 -0700 (PDT) Received: from helbig.informatik.ba-stuttgart.de (helbig.informatik.ba-stuttgart.de [141.31.166.22]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id DAA17505 for ; Sat, 17 May 1997 03:29:55 -0700 (PDT) Received: (from helbig@localhost) by helbig.informatik.ba-stuttgart.de (8.8.5/8.8.5) id MAA12685; Sat, 17 May 1997 12:28:42 +0200 (MET DST) From: Wolfgang Helbig Message-Id: <199705171028.MAA12685@helbig.informatik.ba-stuttgart.de> Subject: Re: Help with man and sc0 console In-Reply-To: <337D1DFB.56E0@datakinetics.com> from "Brian H. Nelson" at "May 16, 97 07:54:52 pm" To: bhn@datakinetics.com Date: Sat, 17 May 1997 12:28:40 +0200 (MET DST) Cc: freebsd-questions@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL30 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > Two quick things... > > Man wont work for me > i get something like > > MAN: cannot access file /etc/manpath.config > > the config file is there and looks right... it hasnt worked since > installation.. but > i havent changed anything that (i think) wouldve affected it... Does /etc/manpath.config have the read permission for all users? To make sure do # chmod a+r /etc/manpath.config Wolfgang