Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 14 Feb 2001 13:52:06 +0200
From:      Ruslan Ermilov <ru@FreeBSD.org>
To:        "Andrey A. Chernov" <ache@nagual.pp.ru>
Cc:        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:  <20010214135206.A2907@sunbay.com>
In-Reply-To: <20010214143927.B68208@nagual.pp.ru>; from ache@nagual.pp.ru on Wed, Feb 14, 2001 at 02:39:27PM %2B0300
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>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, Feb 14, 2001 at 02:39:27PM +0300, Andrey A. Chernov wrote:
> On Wed, Feb 14, 2001 at 12:37:31 +0100, Dag-Erling Smorgrav wrote:
> > "Andrey A. Chernov" <ache@nagual.pp.ru> writes:
> > > To be more specific, if you want to view ISO-8859-1 English manpages in
> > > the all English locales, you can do it right now (backing out all recent
> > > dirty man hacks, I assume), by following steps:
> > > 
> > > mkdir /usr/share/man/en.ISO_8859-1
> > > mkdir /usr/share/man/en.ISO_8859-1/{cat1...catn}
> > > cd /usr/share/man/en.ISO_8859-1
> > > ln -s ../{man1...mann}
> > 
> > Then this needs to be in the base system.
> 
> I agree.
> 
I fully agree too, what we need to do is:

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.

3.   Make /usr/share/man/en.ISO_8859-1 created by default with cat?
     subdirectories.

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.

So, do you want me to do the job?


Cheers,
-- 
Ruslan Ermilov		Oracle Developer/DBA,
ru@sunbay.com		Sunbay Software AG,
ru@FreeBSD.org		FreeBSD committer,
+380.652.512.251	Simferopol, Ukraine

http://www.FreeBSD.org	The Power To Serve
http://www.oracle.com	Enabling The Information Age


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?20010214135206.A2907>