From owner-cvs-all Wed Feb 14 4: 9:39 2001 Delivered-To: cvs-all@freebsd.org Received: from nagual.pp.ru (pobrecita.freebsd.ru [194.87.13.42]) by hub.freebsd.org (Postfix) with ESMTP id 2D68137B401; Wed, 14 Feb 2001 04:09:31 -0800 (PST) Received: (from ache@localhost) by nagual.pp.ru (8.11.2/8.11.2) id f1EC9QQ68957; Wed, 14 Feb 2001 15:09:26 +0300 (MSK) (envelope-from ache) Date: Wed, 14 Feb 2001 15:09:25 +0300 From: "Andrey A. Chernov" To: Dag-Erling Smorgrav , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/gnu/usr.bin/man/man man.c Message-ID: <20010214150925.A68735@nagual.pp.ru> References: <200102131615.f1DGF4E32256@freefall.freebsd.org> <20010213230620.A36101@nagual.pp.ru> <20010214013715.A49570@nagual.pp.ru> <20010214143345.A68208@nagual.pp.ru> <20010214143927.B68208@nagual.pp.ru> <20010214135206.A2907@sunbay.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010214135206.A2907@sunbay.com>; from ru@FreeBSD.org on Wed, Feb 14, 2001 at 01:52:06PM +0200 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, Feb 14, 2001 at 13:52:06 +0200, Ruslan Ermilov wrote: > 1. Backout these changes (revert man.c back to the revision 1.38). > > 2. No additional patch is required to look into en.ISO_8859-1 for > all en_*.ISO_8859-1 locales, man(1) is already smart enough, > see the > > /usr/bin/env LANG=en_US.ISO_8859-1 man -d > > command output. There is yet one special variant, f.e. LANG=de_DE.ISO_8859-1 user will be pleased to view en.ISO_8859-1 pages more than ASCII ones. So there is small patch needed to make man (catman, etc.) search as following: _. # already implemented . # already implemented en. # new standard # already implemented > > 3. Make /usr/share/man/en.ISO_8859-1 created by default with cat? > subdirectories. And subdirectories inside cat? subdirectories too. > 4. Symlink the man? subdirectories with the /usr/share/man/man? ones. > > The 3) and 4) could be implemented by a simple patch to BSD.usr.dist. Yes, symlinks can be done too, as mtree(1) says. > So, do you want me to do the job? At least back out man changes, please. If you have energy to do the rest, you are welcome. -- Andrey A. Chernov http://ache.pp.ru/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message