From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1986 invoked from network); 27 Feb 2003 07:37:50 -0000 Received: from sunsite.dk (130.225.247.90) by ns1.primenet.com.au with SMTP; 27 Feb 2003 07:37:50 -0000 Received: (qmail 28754 invoked by alias); 27 Feb 2003 07:37:35 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 18311 Received: (qmail 28747 invoked from network); 27 Feb 2003 07:37:35 -0000 Received: from localhost (HELO sunsite.dk) (127.0.0.1) by localhost with SMTP; 27 Feb 2003 07:37:35 -0000 X-MessageWall-Score: 0 (sunsite.dk) Received: from [199.67.51.101] by sunsite.dk (MessageWall 1.0.8) with SMTP; 27 Feb 2003 7:37:30 -0000 Received: (from dan@localhost) by dan.emsphone.com (8.12.6/8.12.6) id h1R7bUYX081851 for zsh-workers@sunsite.dk; Thu, 27 Feb 2003 01:37:30 -0600 (CST) (envelope-from dan) Date: Thu, 27 Feb 2003 01:37:30 -0600 From: Dan Nelson To: zsh-workers@sunsite.dk Subject: Re: single manpage vs multiple files Message-ID: <20030227073730.GC25640@dan.emsphone.com> References: <20030227034129.GA21919@node1.opengeometry.net> <20030226230514.A28631@redfish.gatech.edu> <20030227044911.GA22050@node1.opengeometry.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030227044911.GA22050@node1.opengeometry.net> X-OS: FreeBSD 5.0-CURRENT X-message-flag: Outlook Error User-Agent: Mutt/1.5.3i In the last episode (Feb 26), William Park said: > On Wed, Feb 26, 2003 at 11:05:14PM -0500, Jason Price wrote: > > On Wed, Feb 26, 2003 at 10:41:29PM -0500, William Park wrote: > > > What is the reason for separating Zsh manpage into several files? A > > > single manpage (ie. man zsh) would be easier, no? > > > However, on all the installs I have around have a zshall man page that > > people can get to if they really want. > > On my Zsh-4.0.1 and -4.0.6, 'zshall.1' and 'zsh.1' are the same. They're identical? Or is it just that the .so entries in zshall.1 aren't expanding on your system for some reason? This can happen if your system gzips manpages; the FreeBSD port works around this by running soelim on zshall.1 in the extracted source tree, and installing the resulting output as zshall.1.gz. -- Dan Nelson dnelson@allantgroup.com