From owner-freebsd-current@FreeBSD.ORG Thu Sep 22 22:15:18 2005 Return-Path: X-Original-To: current@freebsd.org Delivered-To: freebsd-current@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AB37D16A41F for ; Thu, 22 Sep 2005 22:15:18 +0000 (GMT) (envelope-from fbsdlists@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.198]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3DDB643D46 for ; Thu, 22 Sep 2005 22:15:18 +0000 (GMT) (envelope-from fbsdlists@gmail.com) Received: by xproxy.gmail.com with SMTP id t13so470128wxc for ; Thu, 22 Sep 2005 15:15:17 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=ivSsv1U70G2JNX5TTV+xn7tSKa8j/c9iD/BbXtO9LR8StYCEqXKdwSFfHSAMRFo+1+OWbU8XL8HRuRvzNCULHuoelOdIhhzbzGVl9Aw8bqFiJ5Zxxh6gpc2+URyFclbcZ7YlYmZfV8mhdIReNOwQO3/m1BAcctPg9sYFIv0gkBw= Received: by 10.70.94.17 with SMTP id r17mr602306wxb; Thu, 22 Sep 2005 15:15:17 -0700 (PDT) Received: by 10.70.67.15 with HTTP; Thu, 22 Sep 2005 15:15:17 -0700 (PDT) Message-ID: <54db439905092215152a197bf9@mail.gmail.com> Date: Thu, 22 Sep 2005 18:15:17 -0400 From: Bob Johnson To: q@galgenberg.net, current@freebsd.org In-Reply-To: <20050922182104.GC990@galgenberg.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <200509220446.j8M4kBPA019823@blue.virtual-estates.net> <20050922182104.GC990@galgenberg.net> Cc: bobo1009@mailtest2.eng.ufl.edu Subject: Re: using bzip2 to compress man-pages X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Bob Johnson List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Sep 2005 22:15:18 -0000 On 9/22/05, Ulrich Spoerlein wrote: > On Thu, 22.09.2005 at 00:46:11 -0400, Mikhail T. wrote: > > Hello! > > > > How can I attract an interested comitter to my: > > > > =09http://www.freebsd.org/cgi/query-pr.cgi?pr=3Dbin/79607 > > Changing the default format for manpages has serious bikeshed potential. > While adding support for reading/writing bz2 compressed manpages is > certainly useful, I doubt the benefit of switching to bzip2 compressed > manpages. > > There are several points to consider: > > 1. I dont want to wait for my manpages to display, they have to be on > screen instantanously. You are already waiting. FreeBSD by default uses gzip-compressed man pages. The issue is whether to continue using gzip, or switch to bzip2. Try "man -w man" for instance. - Bob