X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8414a40c52191d4c7cfeea74df22d9d64cbec415..07aaf32633ecf18ec3edfbb41793a112914792d0:/src/tiff/man/TIFFReadDirectory.3tiff?ds=sidebyside diff --git a/src/tiff/man/TIFFReadDirectory.3tiff b/src/tiff/man/TIFFReadDirectory.3tiff index a86bd829d3..000bf0ae09 100644 --- a/src/tiff/man/TIFFReadDirectory.3tiff +++ b/src/tiff/man/TIFFReadDirectory.3tiff @@ -1,4 +1,4 @@ -.\" $Id: TIFFReadDirectory.3tiff,v 1.2 2005/11/02 11:07:18 dron Exp $ +.\" $Id: TIFFReadDirectory.3tiff,v 1.3 2010-12-12 01:45:35 faxguy Exp $ .\" .\" Copyright (c) 1988-1997 Sam Leffler .\" Copyright (c) 1991-1997 Silicon Graphics, Inc. @@ -119,20 +119,20 @@ This error is not fatal. An unknown tag was encountered in the directory; the library ignores all such tags. .PP -\fBTIFF directory is missing requred "ImageLength" field\fP. +\fBTIFF directory is missing required "ImageLength" field\fP. The image violates the specification by not having a necessary field. There is no way for the library to recover from this error. .PP -\fBTIFF directory is missing requred "PlanarConfig" field\fP. +\fBTIFF directory is missing required "PlanarConfig" field\fP. The image violates the specification by not having a necessary field. There is no way for the library to recover from this error. .PP -\fBTIFF directory is missing requred "StripOffsets" field\fP. +\fBTIFF directory is missing required "StripOffsets" field\fP. The image has multiple strips, but is missing the tag that specifies the file offset to each strip of data. There is no way for the library to recover from this error. .PP -\fBTIFF directory is missing requred "TileOffsets" field\fP. +\fBTIFF directory is missing required "TileOffsets" field\fP. The image has multiple tiles, but is missing the tag that specifies the file offset to each tile of data. There is no way for the library to recover from this error.