diff --git a/man/TIFFquery.3tiff b/man/TIFFquery.3tiff index 6ca2dc54..4d95f5f4 100644 --- a/man/TIFFquery.3tiff +++ b/man/TIFFquery.3tiff @@ -113,7 +113,7 @@ returned if the image data is organized in strips. .IR TIFFIsByteSwapped returns a non-zero value if the image data was in a different byte-order than the host machine. Zero is returned if the TIFF file and local host byte-orders -are the same. Note that TIFFReadTile(), TIFFReadStrip() and +are the same. Note that TIFFReadTile(), TIFFReadEncodedStrip() and TIFFReadScanline() functions already normally perform byte swapping to local host order if needed. .PP