From owner-freebsd-questions@FreeBSD.ORG Tue Nov 11 04:24:14 2003 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 670B716A4CE for ; Tue, 11 Nov 2003 04:24:14 -0800 (PST) Received: from ptb-mailc05.plus.net (ptb-mailc05.plus.net [212.159.14.211]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8286F43F3F for ; Tue, 11 Nov 2003 04:24:13 -0800 (PST) (envelope-from simong@desktop-guardian.com) Received: from [81.174.227.186] (helo=desktop-guardian.com) by ptb-mailc05.plus.net with smtp (Exim 4.12) id 1AJXZ3-00007Q-00 for freebsd-questions@freebsd.org; Tue, 11 Nov 2003 12:24:09 +0000 Received: (qmail 16784 invoked by uid 1006); 11 Nov 2003 12:24:18 -0000 Received: from simong@desktop-guardian.com by dtg25 by uid 82 with qmail-scanner-1.16 (clamscan: 0.54. spamassassin: 2.55. Clear:. Processed in 13.168749 secs); 11 Nov 2003 12:24:18 -0000 Received: from unknown (HELO dtg17) (192.168.0.17) by 192.168.0.25 with SMTP; 11 Nov 2003 12:24:04 -0000 Message-ID: <01c401c3a84e$8a432ec0$1100a8c0@dtg17> From: "Simon Gray" To: "andi payn" , References: <1068520779.3935.41.camel@verdammt.falcotronic.net> Date: Tue, 11 Nov 2003 12:22:57 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Subject: Re: Reading non-installed man pages, etc. 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: Tue, 11 Nov 2003 12:24:14 -0000 > I'd occassionally like to be able to read manpages from somewhere other > than the MANPATH. > Let me give you two concrete examples of things that I can do on linux, > that I don't know how to do on FreeBSD > > $ man /mnt/falco3/usr/share/man/man1/ls.1.bz2 > $ man /home/andi/foo/doc/foo.1 I'm not sure how man handles bz2. But for the other manpath, i guess you could do: echo "OPTIONAL_MANPATH /home/andi/foo/doc" >> /etc/manpath.config && makewhatis Hope this helps, Simon