summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfaxguy <faxguy>2010-12-06 17:28:14 +0000
committerfaxguy <faxguy>2010-12-06 17:28:14 +0000
commit8b9f0020a786cb9f640a69427e2534027a01d9b5 (patch)
tree5c3b7ab9499003743b7fceda4af09c1ac8257da4
parent8147caa2e36f1b357f265654f08f3e50ffb6ce20 (diff)
downloadlibtiff-8b9f0020a786cb9f640a69427e2534027a01d9b5.tar.gz
Man-page typo fix found in SUSE SRPM.
-rw-r--r--man/tiffset.14
1 files changed, 2 insertions, 2 deletions
diff --git a/man/tiffset.1 b/man/tiffset.1
index 189b5b5d..aa49c141 100644
--- a/man/tiffset.1
+++ b/man/tiffset.1
@@ -1,4 +1,4 @@
-.\" $Id: tiffset.1,v 1.3 2006-04-20 12:17:19 dron Exp $
+.\" $Id: tiffset.1,v 1.3.2.1 2010-12-06 17:28:14 faxguy Exp $
.\"
.\" Copyright (c) 1988-1997 Sam Leffler
.\" Copyright (c) 1991-1997 Silicon Graphics, Inc.
@@ -60,7 +60,7 @@ The following example sets the artist tag (315) of a.tif to the string
``Anonymous'':
.RS
.nf
-tiffset \-s 305 Anonymous a.tif
+tiffset \-s 315 Anonymous a.tif
.fi
.RE
.PP