Date: Wed, 14 Feb 2001 15:09:25 +0300 From: "Andrey A. Chernov" <ache@nagual.pp.ru> To: Dag-Erling Smorgrav <des@ofug.org>, 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> In-Reply-To: <20010214135206.A2907@sunbay.com>; from ru@FreeBSD.org on Wed, Feb 14, 2001 at 01:52:06PM %2B0200 References: <200102131615.f1DGF4E32256@freefall.freebsd.org> <20010213230620.A36101@nagual.pp.ru> <xzp3ddi8dl9.fsf@flood.ping.uio.no> <20010214013715.A49570@nagual.pp.ru> <xzpwvattssi.fsf@flood.ping.uio.no> <20010214143345.A68208@nagual.pp.ru> <xzplmr9ts04.fsf@flood.ping.uio.no> <20010214143927.B68208@nagual.pp.ru> <20010214135206.A2907@sunbay.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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: <lang>_<country>.<codeset> # already implemented <lang>.<codeset> # already implemented en.<codeset> # 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010214150925.A68735>