summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorfwarmerdam <fwarmerdam>2009-12-03 19:27:55 +0000
committerfwarmerdam <fwarmerdam>2009-12-03 19:27:55 +0000
commite0af0a208b13edbb709ff4eca2acaca721a1bfcb (patch)
treea0ea4a6e9e7bf667ebb3552aee020ef623838551 /man
parent6332156df495c9f6d919085fbf98790d1e11f6bb (diff)
downloadlibtiff-e0af0a208b13edbb709ff4eca2acaca721a1bfcb.tar.gz
Fixed "artist" field number properly (#2129).
Diffstat (limited to 'man')
-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..a732293d 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.4 2009-12-03 19:27:55 fwarmerdam 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