From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8105 invoked from network); 8 Feb 2009 21:33:44 -0000 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.7 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.2.5 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 8 Feb 2009 21:33:44 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 81763 invoked from network); 8 Feb 2009 21:33:32 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 8 Feb 2009 21:33:32 -0000 Received: (qmail 12212 invoked by alias); 8 Feb 2009 21:33:26 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 26537 Received: (qmail 12198 invoked from network); 8 Feb 2009 21:33:25 -0000 Received: from bifrost.dotsrc.org (130.225.254.106) by sunsite.dk with SMTP; 8 Feb 2009 21:33:25 -0000 Received: from email1.allantgroup.com (email1.emsphone.com [199.67.51.115]) by bifrost.dotsrc.org (Postfix) with ESMTPS id 672F580271F0 for ; Sun, 8 Feb 2009 22:33:21 +0100 (CET) Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by email1.allantgroup.com (8.14.0/8.14.0) with ESMTP id n18LXGB4024906 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Sun, 8 Feb 2009 15:33:16 -0600 (CST) (envelope-from dan@dan.emsphone.com) Received: from dan.emsphone.com (smmsp@localhost [127.0.0.1]) by dan.emsphone.com (8.14.3/8.14.3) with ESMTP id n18LXFbu013735 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Sun, 8 Feb 2009 15:33:16 -0600 (CST) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.14.3/8.14.3/Submit) id n18LXEPf013734; Sun, 8 Feb 2009 15:33:14 -0600 (CST) (envelope-from dan) Date: Sun, 8 Feb 2009 15:33:14 -0600 From: Dan Nelson To: Andrey Borzenkov Cc: zsh-workers@sunsite.dk Subject: Re: zshall.1 and compressed man pages Message-ID: <20090208213314.GG85840@dan.emsphone.com> References: <200902081117.36967.arvidjaar@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200902081117.36967.arvidjaar@gmail.com> X-OS: FreeBSD 7.1-STABLE User-Agent: Mutt/1.5.18 (2008-05-17) X-Virus-Scanned: ClamAV version 0.94.1, clamav-milter version 0.94.1 on email1.allantgroup.com X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0.2 (email1.allantgroup.com [199.67.51.78]); Sun, 08 Feb 2009 15:33:16 -0600 (CST) X-Scanned-By: MIMEDefang 2.45 X-Virus-Scanned: ClamAV 0.92.1/8965/Sun Feb 8 15:42:44 2009 on bifrost X-Virus-Status: Clean In the last episode (Feb 08), Andrey Borzenkov said: > Mandriva policy is to ship compressed man pages. As zshall.1 just does > ".so zsh*.1" for other manpages, it fails and zshall actually contains > only preamble. > > I could work around it locally, but just wanted to know how widespread > compressed man pages are? FreeBSD installs compressed manpages, and the zsh port runs the zhsall.1 manpage through /usr/bin/soelim before it compresses and installs it. -- Dan Nelson dnelson@allantgroup.com