From owner-freebsd-stable Tue Mar 5 5:15:29 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mailout06.sul.t-online.com (mailout06.sul.t-online.com [194.25.134.19]) by hub.freebsd.org (Postfix) with ESMTP id 9C2B837B400 for ; Tue, 5 Mar 2002 05:15:25 -0800 (PST) Received: from fwd11.sul.t-online.de by mailout06.sul.t-online.com with smtp id 16iEmq-0008A9-0J; Tue, 05 Mar 2002 14:15:24 +0100 Received: from pc5.abc (520067998749-0001@[217.233.108.3]) by fmrl11.sul.t-online.com with esmtp id 16iEmo-2K4nkuC; Tue, 5 Mar 2002 14:15:22 +0100 Received: (from nicolas@localhost) by pc5.abc (8.11.6/8.11.6) id g25DFLw41688 for stable@FreeBSD.ORG; Tue, 5 Mar 2002 14:15:21 +0100 (CET) (envelope-from list@rachinsky.de) Date: Tue, 5 Mar 2002 14:15:21 +0100 From: Nicolas Rachinsky To: stable@FreeBSD.ORG Subject: Re: Changes to man page in 4.5-R? Message-ID: <20020305131521.GA41558@pc5.abc> Mail-Followup-To: stable@FreeBSD.ORG References: <20020304090236.GA70885@pc5.abc> <200203050209.g2529Lc47340@grumpy.dyndns.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200203050209.g2529Lc47340@grumpy.dyndns.org> User-Agent: Mutt/1.3.27i X-Powered-by: FreeBSD X-Homepage: http://www.rachinsky.de X-PGP-Keyid: C11ABC0E X-PGP-Fingerprint: 19DB 8392 8FE0 814A 7362 EEBD A53B 526A C11A BC0E X-PGP-Key: http://www.rachinsky.de/nicolas/nicolas_rachinsky.asc X-Sender: 520067998749-0001@t-dialin.net Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG * On Mon, Mar 04, 2002 at 08:09:21PM -0600, * David Kelly wrote: > Nicolas Rachinsky writes: > > But with FreeBSD 4.5-RELEASE a make world cycle does not build the > > catpages within /usr/share/man/en.ISO8859-1/cat*. So even with > > MANBUILDCAT=YES in my make.conf, I have to wait when accessing a man > > page the first time. These directories are created by a make world > > cycle. > > Why is this such a fuss? Prebuilding your installed manpages is only > this far away: > # echo /usr/bin/catman | nice -5 su -m man Which would not rebuild the localized man pages. Since I have LC_CTYPE=de_DE.ISO8859-15, I would have to execute, for example: echo /usr/bin/catman -L | LC_ALL=en.ISO8859-1 nice -5 su -m man But the problem is not that I have not catpages (I know how to build them), the problem is, that a feature of the make world cycle MANBUILDCAT=YES does not work as advertised. > Or you could put this in /etc/periodic.conf to have any new man pages > preformatted once per week: > weekly_catman_enable="YES" You have to change /etc/manpath.conf (enable MANLOCALES) and afterwards you'll notice that weekly_catman_enable is broken, see http://www.freebsd.org/cgi/query-pr.cgi?pr=35558 Nicolas To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message