From f8deeb45a6a0e1ace4c55fc752782b9e21f19aac Mon Sep 17 00:00:00 2001 From: fwarmerdam Date: Fri, 1 Jun 2012 22:02:44 +0000 Subject: fix stdarg mispelling (#2322) --- html/man/TIFFWarning.3tiff.html | 2 +- man/TIFFWarning.3tiff | 4 ++-- 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

void TIFFWarning(const char *module, const char *fmt, ...)

-

#include <stdargh.h>

+

#include <stdarg.h>

typedef void (*TIFFWarningHandler)(const char *module, const char *fmt, 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 " +.B "#include " .sp .BI "typedef void (*TIFFWarningHandler)(const char *" module ", const char *" fmt ", va_list " ap ");" .sp -- cgit v1.2.1