summaryrefslogtreecommitdiff
path: root/man/ppm2tiff.1
diff options
context:
space:
mode:
authordron <dron>2003-05-05 10:41:17 +0000
committerdron <dron>2003-05-05 10:41:17 +0000
commit050c3dad96574438cdf28d790610b33f44b3297a (patch)
tree8a81a5ad933128f5c4791550d5fc636aed095217 /man/ppm2tiff.1
parent9351a778f02b6d0fc84decb1054f2a8bce5516d2 (diff)
downloadlibtiff-050c3dad96574438cdf28d790610b33f44b3297a.tar.gz
Typo fixed.
Diffstat (limited to 'man/ppm2tiff.1')
-rw-r--r--man/ppm2tiff.16
1 files changed, 3 insertions, 3 deletions
diff --git a/man/ppm2tiff.1 b/man/ppm2tiff.1
index 06e7bd3f..9c24e958 100644
--- a/man/ppm2tiff.1
+++ b/man/ppm2tiff.1
@@ -1,4 +1,4 @@
-.\" $Header: /cvs/maptools/cvsroot/libtiff/man/ppm2tiff.1,v 1.1 1999-07-27 21:50:28 mike Exp $
+.\" $Header: /cvs/maptools/cvsroot/libtiff/man/ppm2tiff.1,v 1.2 2003-05-05 10:41:17 dron Exp $
.\"
.\" Copyright (c) 1991-1997 Sam Leffler
.\" Copyright (c) 1991-1997 Silicon Graphics, Inc.
@@ -73,14 +73,14 @@ Specify a compression scheme to use when writing image data:
.B "\-c none"
for no compression,
.B "-c packbits"
-for the PackBits compression algorithm,
+for the PackBits compression algorithm (the default),
.B "-c jpeg"
for the baseline JPEG compression algorithm,
.B "-c zip
for the Deflate compression algorithm,
and
.B "\-c lzw"
-for Lempel-Ziv & Welch compression (the default).
+for Lempel-Ziv & Welch compression.
.TP
.B \-r
Write data with a specified number of rows per strip;