summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfwarmerdam <fwarmerdam>2012-06-01 22:02:44 +0000
committerfwarmerdam <fwarmerdam>2012-06-01 22:02:44 +0000
commitf8deeb45a6a0e1ace4c55fc752782b9e21f19aac (patch)
tree0130d7c774be2d50e2398aba345a1998b670b28f
parent97c8a67c25bf5eda6e6ebc4177048ef916322e55 (diff)
downloadlibtiff-f8deeb45a6a0e1ace4c55fc752782b9e21f19aac.tar.gz
fix stdarg mispelling (#2322)
-rw-r--r--html/man/TIFFWarning.3tiff.html2
-rw-r--r--man/TIFFWarning.3tiff4
2 files changed, 3 insertions, 3 deletions
diff --git a/html/man/TIFFWarning.3tiff.html b/html/man/TIFFWarning.3tiff.html
index 149c1f78..18f2e8b4 100644
--- a/html/man/TIFFWarning.3tiff.html
+++ b/html/man/TIFFWarning.3tiff.html
@@ -41,7 +41,7 @@ warning interface</p>
<p><b>void TIFFWarning(const char *</b><i>module</i><b>,
const char *</b><i>fmt</i><b>,</b> <i>...</i><b>)</b></p>
<!-- INDENTATION -->
-<p><b>#include &lt;stdargh.h&gt;</b></p>
+<p><b>#include &lt;stdarg.h&gt;</b></p>
<!-- INDENTATION -->
<p><b>typedef void (*TIFFWarningHandler)(const char
*</b><i>module</i><b>, const char *</b><i>fmt</i><b>,
diff --git a/man/TIFFWarning.3tiff b/man/TIFFWarning.3tiff
index c21dd3ef..32339aa1 100644
--- a/man/TIFFWarning.3tiff
+++ b/man/TIFFWarning.3tiff
@@ -1,4 +1,4 @@
-.\" $Id: TIFFWarning.3tiff,v 1.2 2005-11-02 11:07:18 dron Exp $
+.\" $Id: TIFFWarning.3tiff,v 1.3 2012-06-01 22:02:44 fwarmerdam Exp $
.\"
.\" Copyright (c) 1988-1997 Sam Leffler
.\" Copyright (c) 1991-1997 Silicon Graphics, Inc.
@@ -31,7 +31,7 @@ TIFFWarning, TIFFSetWarningHandler \- library warning interface
.sp
.BI "void TIFFWarning(const char *" module ", const char *" fmt ", " ... ")"
.sp
-.B "#include <stdargh.h>"
+.B "#include <stdarg.h>"
.sp
.BI "typedef void (*TIFFWarningHandler)(const char *" module ", const char *" fmt ", va_list " ap ");"
.sp