From owner-freebsd-questions@FreeBSD.ORG Wed Jan 21 15:51:20 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7286816A4D3 for ; Wed, 21 Jan 2004 15:51:20 -0800 (PST) Received: from rwcrmhc11.comcast.net (rwcrmhc11.comcast.net [204.127.198.35]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9309C43D31 for ; Wed, 21 Jan 2004 15:50:43 -0800 (PST) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from be-well.no-ip.com ([66.30.196.44]) by comcast.net (rwcrmhc11) with ESMTP id <20040121235043013008nj57e>; Wed, 21 Jan 2004 23:50:43 +0000 Received: by be-well.no-ip.com (Postfix, from userid 1147) id 89D0311; Wed, 21 Jan 2004 18:50:42 -0500 (EST) Sender: lowell@be-well.ilk.org To: Didier Wiroth References: <1f35a1f2b0.1f2b01f35a@etat.lu> From: Lowell Gilbert Date: 21 Jan 2004 18:50:42 -0500 In-Reply-To: <1f35a1f2b0.1f2b01f35a@etat.lu> Message-ID: <44zncgrhd9.fsf@be-well.ilk.org> Lines: 36 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii cc: freebsd-questions@freebsd.org Subject: Re: man question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Jan 2004 23:51:20 -0000 Didier Wiroth writes: > Hi, > > I've compiled and installed software by my own in this directory: > /home/me/custom/ > > In this directory I have the following directories and subdirectories: > /home/me/custom/man > /home/me/custom/man/man1 > /home/me/custom/man/man8 > > The man8 and man1 directory contains some .8 and .1 man files. > > For example /home/me/custom/man/man8/logrotate.8 > When I enter: man 8 logrotate > I get: No entry for logrotate in section 8 of the manual > or > man logrotate: > No manual entry for logrotate > > What do I have to do, to be able to use/view those man files, only ME? I don't want to modif manpath.config (as this is a global configuration file)? Quite simple. >From "man man": -M path Specify an alternate manpath. By default, man uses manpath(1) (which is built into the man binary) to determine the path to search. This option overrides the MANPATH envi- ronment variable. and MANPATH If MANPATH is set, its value is used as the path to search for manual pages.