Add missed references as per bug

http://bugzilla.remotesensing.org/show_bug.cgi?id=551
This commit is contained in:
Andrey Kiselev 2004-10-29 11:11:23 +00:00
parent 0ba89e1fbd
commit 5329452448

View File

@ -1,4 +1,4 @@
.\" $Header: /cvs/maptools/cvsroot/libtiff/man/Attic/TIFFquery.3t,v 1.2 1999-11-24 17:08:30 warmerda Exp $ .\" $Id: TIFFquery.3t,v 1.3 2004-10-29 11:11:23 dron Exp $
.\" .\"
.\" Copyright (c) 1988-1997 Sam Leffler .\" Copyright (c) 1988-1997 Sam Leffler
.\" Copyright (c) 1991-1997 Silicon Graphics, Inc. .\" Copyright (c) 1991-1997 Silicon Graphics, Inc.
@ -23,7 +23,7 @@
.\" OF THIS SOFTWARE. .\" OF THIS SOFTWARE.
.\" .\"
.if n .po 0 .if n .po 0
.TH QUERY 3T "October 15, 1995" .TH QUERY 3T "October 29, 2004" "libtiff"
.SH NAME .SH NAME
TIFFCurrentRow, TIFFCurrentRow,
TIFFCurrentStrip, TIFFCurrentStrip,
@ -36,25 +36,37 @@ TIFFGetMode,
TIFFIsTiled, TIFFIsTiled,
TIFFIsByteSwapped, TIFFIsByteSwapped,
TIFFIsUpSampled, TIFFIsUpSampled,
TIFFIsMSB2LSB TIFFIsMSB2LSB,
TIFFGetVersion
\- query routines \- query routines
.SH SYNOPSIS .SH SYNOPSIS
.nf
.B "#include <tiffio.h>" .B "#include <tiffio.h>"
.B "uint32 TIFFCurrentRow(TIFF* tif)" .sp
.B "tstrip_t TIFFCurrentStrip(TIFF* tif)" .BI "uint32 TIFFCurrentRow(TIFF* " tif ")"
.B "ttile_t TIFFCurrentTile(TIFF* tif)" .br
.B "tdir_t TIFFCurrentDirectory(TIFF* tif)" .BI "tstrip_t TIFFCurrentStrip(TIFF* " tif ")"
.B "int TIFFLastDirectory(TIFF* tif)" .br
.B "int TIFFFileno(TIFF* tif)" .BI "ttile_t TIFFCurrentTile(TIFF* " tif ")"
.B "char* TIFFFileName(TIFF* tif)" .br
.B "int TIFFGetMode(TIFF* tif)" .BI "tdir_t TIFFCurrentDirectory(TIFF* " tif ")"
.B "int TIFFIsTiled(TIFF* tif)" .br
.B "int TIFFIsByteSwapped(TIFF* tif)" .BI "int TIFFLastDirectory(TIFF* " tif ")"
.B "int TIFFIsUpSampled(TIFF* tif)" .br
.B "int TIFFIsMSB2LSB(TIFF* tif)" .BI "int TIFFFileno(TIFF* " tif ")"
.B "const char* TIFFGetVersion(void)" .br
.fi .BI "char* TIFFFileName(TIFF* " tif ")"
.br
.BI "int TIFFGetMode(TIFF* " tif ")"
.br
.BI "int TIFFIsTiled(TIFF* " tif ")"
.br
.BI "int TIFFIsByteSwapped(TIFF* " tif ")"
.br
.BI "int TIFFIsUpSampled(TIFF* " tif ")"
.br
.BI "int TIFFIsMSB2LSB(TIFF* " tif ")"
.br
.BI "const char* TIFFGetVersion(void)"
.SH DESCRIPTION .SH DESCRIPTION
The following routines return status information about an open The following routines return status information about an open
.SM TIFF .SM TIFF