summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'tiff/man/TIFFswab.3tiff')
-rw-r--r--tiff/man/TIFFswab.3tiff8
1 files changed, 4 insertions, 4 deletions
diff --git a/tiff/man/TIFFswab.3tiff b/tiff/man/TIFFswab.3tiff
index 3d7a47bc..44325223 100644
--- a/tiff/man/TIFFswab.3tiff
+++ b/tiff/man/TIFFswab.3tiff
@@ -33,13 +33,13 @@ TIFFSwabArrayOfShort, TIFFSwabArrayOfLong \- byte- and bit-swapping routines
.br
.BI "void TIFFReverseBits(u_char *" data ", unsigned long " nbytes ")"
.br
-.BI "void TIFFSwabShort(uint16 *" data ")"
+.BI "void TIFFSwabShort(uint16_t *" data ")"
.br
-.BI "void TIFFSwabLong(uint32 *" data ")"
+.BI "void TIFFSwabLong(uint32_t *" data ")"
.br
-.BI "void TIFFSwabArrayOfShort(uint16 *" data ", unsigned long " nshorts ")"
+.BI "void TIFFSwabArrayOfShort(uint16_t *" data ", unsigned long " nshorts ")"
.br
-.BI "void TIFFSwabArrayOfLong(uint32 *" data ", unsigned long " nlongs ")"
+.BI "void TIFFSwabArrayOfLong(uint32_t *" data ", unsigned long " nlongs ")"
.SH DESCRIPTION
The following routines are used by the library to swap
16- and 32-bit data and to reverse the order of bits in bytes.