Added missed description for -z option (LZW compression).

This commit is contained in:
Andrey Kiselev 2004-07-24 19:03:59 +00:00
parent c79429f4fe
commit eb7cea92e2

View File

@ -1,4 +1,4 @@
.\" $Header: /cvs/maptools/cvsroot/libtiff/man/fax2tiff.1,v 1.3 2003-02-27 15:04:46 dron Exp $ .\" $Id: fax2tiff.1,v 1.4 2004-07-24 19:03:59 dron Exp $
.\" .\"
.\" Copyright (c) 1990-1997 Sam Leffler .\" Copyright (c) 1990-1997 Sam Leffler
.\" Copyright (c) 1991-1997 Silicon Graphics, Inc. .\" Copyright (c) 1991-1997 Silicon Graphics, Inc.
@ -221,6 +221,9 @@ data twice to the output file.
Force Force
.I fax2tiff .I fax2tiff
to print the number of rows of data it retrieved from the input file. to print the number of rows of data it retrieved from the input file.
.TP
.B \-z
Force output to be compressed with the LZW encoding.
.SH DIAGNOSTICS .SH DIAGNOSTICS
The following warnings and errors come from the decoding The following warnings and errors come from the decoding
routines in the library. routines in the library.