From 1bb07283e095e4a16ecc8b9896aefbdaba3a72ab Mon Sep 17 00:00:00 2001 From: tjr Date: Fri, 25 Oct 2002 12:22:14 +0000 Subject: Update the Standards section for the addition of the C99 va_copy macro. --- share/man/man3/stdarg.3 | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'share') diff --git a/share/man/man3/stdarg.3 b/share/man/man3/stdarg.3 index e3f28e8..d5930ea 100644 --- a/share/man/man3/stdarg.3 +++ b/share/man/man3/stdarg.3 @@ -36,7 +36,7 @@ .\" @(#)stdarg.3 8.1 (Berkeley) 6/5/93 .\" $FreeBSD$ .\" -.Dd September 18, 2002 +.Dd October 25, 2002 .Dt STDARG 3 .Os .Sh NAME @@ -68,6 +68,7 @@ The called function must declare an object of type which is used by the macros .Fn va_start , .Fn va_arg , +.Fn va_copy , and .Fn va_end . .Pp @@ -199,10 +200,11 @@ void foo(char *fmt, ...) The .Fn va_start , .Fn va_arg , +.Fn va_copy , and .Fn va_end macros conform to -.St -isoC . +.St -isoC-99 . .Sh COMPATIBILITY These macros are .Em not -- cgit v1.1