From owner-svn-src-head@FreeBSD.ORG Tue Apr 27 17:50:44 2010 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4F7FF106564A; Tue, 27 Apr 2010 17:50:44 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 3CB668FC15; Tue, 27 Apr 2010 17:50:44 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id o3RHoii1078885; Tue, 27 Apr 2010 17:50:44 GMT (envelope-from delphij@svn.freebsd.org) Received: (from delphij@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id o3RHoi8G078883; Tue, 27 Apr 2010 17:50:44 GMT (envelope-from delphij@svn.freebsd.org) Message-Id: <201004271750.o3RHoi8G078883@svn.freebsd.org> From: Xin LI Date: Tue, 27 Apr 2010 17:50:44 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r207283 - head/usr.bin/gzip X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Apr 2010 17:50:44 -0000 Author: delphij Date: Tue Apr 27 17:50:43 2010 New Revision: 207283 URL: http://svn.freebsd.org/changeset/base/207283 Log: Language improvements to make the BUGS section easier to read. Reviewed by: Alexander Best MFC after: 13 days Modified: head/usr.bin/gzip/gzip.1 Modified: head/usr.bin/gzip/gzip.1 ============================================================================== --- head/usr.bin/gzip/gzip.1 Tue Apr 27 15:59:38 2010 (r207282) +++ head/usr.bin/gzip/gzip.1 Tue Apr 27 17:50:43 2010 (r207283) @@ -25,7 +25,7 @@ .\" SUCH DAMAGE. .\" .\" $FreeBSD$ -.Dd April 7, 2010 +.Dd April 27, 2010 .Dt GZIP 1 .Os .Sh NAME @@ -218,8 +218,8 @@ with unpack support written by .An Xin LI Aq delphij@FreeBSD.org . .Sh BUGS According to RFC 1952, the recorded file size is stored in a 32-bit -integer and therefore it can not represent files that is bigger than -4GB in size. This limitation also applies to +integer, therefore, it can not represent files larger than 4GB. +This limitation also applies to .Fl l option of .Nm