From owner-freebsd-current Sat Feb 8 17:48:26 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id RAA14669 for current-outgoing; Sat, 8 Feb 1997 17:48:26 -0800 (PST) Received: from time.cdrom.com (time.cdrom.com [204.216.27.226]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id RAA14664 for ; Sat, 8 Feb 1997 17:48:23 -0800 (PST) Received: from time.cdrom.com (localhost [127.0.0.1]) by time.cdrom.com (8.8.5/8.6.9) with ESMTP id RAA08845; Sat, 8 Feb 1997 17:47:59 -0800 (PST) To: Robert N Watson cc: freebsd-current@freefall.freebsd.org Subject: Re: 3.0-970124-SNAP: man page search order In-reply-to: Your message of "Sat, 08 Feb 1997 14:50:49 EST." <8mzBYNO00YVp0P4FIt@andrew.cmu.edu> Date: Sat, 08 Feb 1997 17:47:59 -0800 Message-ID: <8842.855452879@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-current@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > 1. Installing packages from ftp2.freebsd.org sometimes fails for > specific packages -- xemacs in this case. This may just be a result of > this being a SNAP. Also, the sysinstall.debug output is weird (lots of > "failure"'s?) I think that pkg_add still has a problem with the xemacs package; something for me to fix. The other packages should be happy. > 2. The real thing is this. The man page search order finds all of the c > programming calls after the TCL ones, so "man bind" returns TCL's bind, > not the syscall bind. This is inconvenient if one is a C programmer not > a TCL programmer. I assume I can fix this with /etc/manpath.config, but > this doesn't seem like the right default setting? Yes, I *hate* that too! I shall look into whatever needs to be done to fix this one. Jordan