mirror of
https://github.com/webmproject/libwebp.git
synced 2025-07-13 06:24:27 +02:00
manpages: minor formatting updates
escape '-'s use consistent section names webpmux.1: document -loop create subsections for each OPTION group Change-Id: If41dc24d80e4a662024e82697d8d2cc4e194a35d
This commit is contained in:
13
man/cwebp.1
13
man/cwebp.1
@ -1,10 +1,10 @@
|
||||
.\" Hey, EMACS: -*- nroff -*-
|
||||
.TH CWEBP 1 "September 19, 2011"
|
||||
.TH CWEBP 1 "November 3, 2011"
|
||||
.SH NAME
|
||||
cwebp \- compress an image file to a WebP file
|
||||
.SH SYNOPSIS
|
||||
.B cwebp
|
||||
.RI [ options ] " input_file -o output_file.webp
|
||||
.RI [ options ] " input_file \-o output_file.webp
|
||||
.br
|
||||
.SH DESCRIPTION
|
||||
This manual page documents the
|
||||
@ -149,18 +149,17 @@ Do not print anything.
|
||||
.B \-short
|
||||
Only print brief information (output file size and PSNR) for testing purpose.
|
||||
|
||||
.SH Examples:
|
||||
cwebp -q 70 picture.png -o picture.webp
|
||||
.SH EXAMPLES
|
||||
cwebp \-q 70 picture.png \-o picture.webp
|
||||
.br
|
||||
cwebp -sns 70 -f 50 -strong -af -size 60000 picture.png -o picture.webp
|
||||
cwebp \-sns 70 \-f 50 \-strong \-af \-size 60000 picture.png \-o picture.webp
|
||||
|
||||
.SH
|
||||
.SH SEE ALSO
|
||||
.BR dwebp (1).
|
||||
.br
|
||||
Please refer to http://code.google.com/speed/webp/ for additional
|
||||
information.
|
||||
.SH AUTHOR
|
||||
.SH AUTHORS
|
||||
\fBcwebp\fP was written by the WebP team.
|
||||
.br
|
||||
The latest source tree is available at http://www.webmproject.org/code
|
||||
|
Reference in New Issue
Block a user