From 9c75dbd39cb4946c034768572cd86d4d34d47397 Mon Sep 17 00:00:00 2001 From: James Zern Date: Fri, 2 Sep 2016 00:08:14 -0700 Subject: [PATCH] cwebp.1: improve some grammar Change-Id: Id849d7e0d7573f5b8d3b2e807d95e9c628f03b1e (cherry picked from commit 5b46f7fc805049abeb3b75e0d325654882b1d756) --- man/cwebp.1 | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/man/cwebp.1 b/man/cwebp.1 index a433f84e..12fb472f 100644 --- a/man/cwebp.1 +++ b/man/cwebp.1 @@ -1,5 +1,5 @@ .\" Hey, EMACS: -*- nroff -*- -.TH CWEBP 1 "August 05, 2016" +.TH CWEBP 1 "September 02, 2016" .SH NAME cwebp \- compress an image file to a WebP file .SH SYNOPSIS @@ -117,15 +117,15 @@ or without alpha). .TP .BI \-size " int Specify a target size (in bytes) to try and reach for the compressed output. -Compressor will make several pass of partial encoding in order to get as +The compressor will make several passes of partial encoding in order to get as close as possible to this target. If both \fB\-size\fP and \fB\-psnr\fP -as used, \fB\-size\fP value will prevail. +are used, \fB\-size\fP value will prevail. .TP .BI \-psnr " float Specify a target PSNR (in dB) to try and reach for the compressed output. -Compressor will make several pass of partial encoding in order to get as +The compressor will make several passes of partial encoding in order to get as close as possible to this target. If both \fB\-size\fP and \fB\-psnr\fP -as used, \fB\-size\fP value will prevail. +are used, \fB\-size\fP value will prevail. .TP .BI \-pass " int Set a maximum number of passes to use during the dichotomy used by @@ -222,7 +222,7 @@ Report encoding progress in percent. Do not print anything. .TP .B \-short -Only print brief information (output file size and PSNR) for testing purpose. +Only print brief information (output file size and PSNR) for testing purposes. .TP .BI \-map " int Output additional ASCII\-map of encoding information. Possible map values