Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 Apr 2010 13:55:45 -0400
From:      Ben Kaduk <minimarmot@gmail.com>
To:        Xin LI <delphij@freebsd.org>
Cc:        svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org
Subject:   Re: svn commit: r207283 - head/usr.bin/gzip
Message-ID:  <q2w47d0403c1004271055yec72d9d5g734e2bce3b6cae21@mail.gmail.com>
In-Reply-To: <201004271750.o3RHoi8G078883@svn.freebsd.org>
References:  <201004271750.o3RHoi8G078883@svn.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, Apr 27, 2010 at 1:50 PM, Xin LI <delphij@freebsd.org> wrote:
> 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 <alexbestms wwu de>
>  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)
> @@ -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

Still not quite right -- the old version was wrong because it had
"files that is" instead of "files that are".  The new version has a
comma splice, though -- the comma in "32-bit integer, therefore"
should be replaced with either a semicolon or a full stop.

I would probably also put in two "the"s in the text following this
change -- "the -l option" and "the gzip utility".

-Ben Kaduk

>  .Fl l
>  option of
>  .Nm
> _______________________________________________
> svn-src-head@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/svn-src-head
> To unsubscribe, send any mail to "svn-src-head-unsubscribe@freebsd.org"
>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?q2w47d0403c1004271055yec72d9d5g734e2bce3b6cae21>