From owner-freebsd-questions@FreeBSD.ORG Thu Jan 22 02:26:26 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 EA99416A4D0 for ; Thu, 22 Jan 2004 02:26:26 -0800 (PST) Received: from ei.bzerk.org (ei.xs4all.nl [213.84.67.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5894243D1D for ; Thu, 22 Jan 2004 02:26:24 -0800 (PST) (envelope-from mail25@bzerk.org) Received: from ei.bzerk.org (BOFH@localhost [127.0.0.1]) by ei.bzerk.org (8.12.10/8.12.10) with ESMTP id i0MASdCG020058; Thu, 22 Jan 2004 11:28:39 +0100 (CET) (envelope-from mail25@bzerk.org) Received: (from bulk@localhost) by ei.bzerk.org (8.12.10/8.12.10/Submit) id i0MAScfF020057; Thu, 22 Jan 2004 11:28:38 +0100 (CET) (envelope-from mail25@bzerk.org) X-Authentication-Warning: ei.bzerk.org: bulk set sender to mail25@bzerk.org using -f Date: Thu, 22 Jan 2004 11:28:38 +0100 From: Ruben de Groot To: Didier Wiroth Message-ID: <20040122102838.GA19971@ei.bzerk.org> Mail-Followup-To: Ruben de Groot , Didier Wiroth , freebsd-questions@freebsd.org References: <1f35a1f2b0.1f2b01f35a@etat.lu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1f35a1f2b0.1f2b01f35a@etat.lu> User-Agent: Mutt/1.4.1i 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: Thu, 22 Jan 2004 10:26:27 -0000 On Thu, Jan 22, 2004 at 12:30:55AM +0100, Didier Wiroth typed: > 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)? Look at the manpath(1) manpage. If you add /home/me/custom to your $PATH, /home/me/custom/man will be automatically added to your search path. Ruben > > thx > > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"