From owner-freebsd-current@FreeBSD.ORG Thu Aug 19 00:04:04 2010 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F2F341065674 for ; Thu, 19 Aug 2010 00:04:04 +0000 (UTC) (envelope-from swell.k@gmail.com) Received: from mail-bw0-f54.google.com (mail-bw0-f54.google.com [209.85.214.54]) by mx1.freebsd.org (Postfix) with ESMTP id 7CB968FC14 for ; Thu, 19 Aug 2010 00:04:04 +0000 (UTC) Received: by bwz20 with SMTP id 20so1416611bwz.13 for ; Wed, 18 Aug 2010 17:04:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:cc:subject:references :date:in-reply-to:message-id:user-agent:mime-version:content-type; bh=K4zZrVVRdPxmhDyBiqjOnXhadkcw/GuRv8QvrQOVRf0=; b=DO4dHpm2WHo+XZFn3o2sL94fE7R+adn0cT0OHsPgYmMp1RBoGel5hX/FfffH/7kxsy Icv872K7rRklpeDMJYQi5VjqsWBlp8UOoEP6fLU6BsGUTkFzFnbvxia8USrYCUzTliUz iBTxcddvbH+5N2Njfk7rKEni/ptzkYfBEkdgQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-type; b=WkpoVKhm+Q2vmye8DtKI9i1EJoUcvKMwVU3oHntb4CsemlUxg1o20NQYVEjOqEEZ9Z d0Cwm/7ndYiP1eA5th+U6GO6YWFpYFxaVnYIXB+mTvfWjs2AWjFMMLtk+bzwVkYiwN8n fLJFA852JvEV6viIrRevSzbJll0rhW1ic41A0= Received: by 10.204.16.209 with SMTP id p17mr5913766bka.157.1282176243358; Wed, 18 Aug 2010 17:04:03 -0700 (PDT) Received: from localhost ([78.142.140.194]) by mx.google.com with ESMTPS id f10sm602720bkl.17.2010.08.18.17.04.00 (version=SSLv3 cipher=RC4-MD5); Wed, 18 Aug 2010 17:04:02 -0700 (PDT) From: Anonymous To: Gordon Tetlow References: <86sk2b79oi.fsf@gmail.com> Date: Thu, 19 Aug 2010 04:03:55 +0400 In-Reply-To: <86sk2b79oi.fsf@gmail.com> (Anonymous's message of "Thu, 19 Aug 2010 04:01:01 +0400") Message-ID: <86lj8379jo.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: freebsd-current@freebsd.org Subject: Re: CFR: Replace man/manpath/whatis/apropos with a shell script X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Aug 2010 00:04:05 -0000 Anonymous writes: > Gordon Tetlow writes: > >> I've tried to make this mirror the functionality, directory search order, >> and arguments as the current base implementation. >> >> This brings me to my next point. I need some testers willing to try this >> out. It would be particularly great if I could get some foreign language >> testers with localized manpage installations. If something doesn't work the >> way you expect, please contact me and I can help debug it (using man -ddd >> will generally give me the debug information I need). > > It doesn't search in bin/../man nor in bin/.man. ^^^^^^^^ Oops, I meant bin/man there.