summaryrefslogtreecommitdiffstats
path: root/share/man/man3/stdarg.3
diff options
context:
space:
mode:
authortjr <tjr@FreeBSD.org>2002-10-25 12:22:14 +0000
committertjr <tjr@FreeBSD.org>2002-10-25 12:22:14 +0000
commit1bb07283e095e4a16ecc8b9896aefbdaba3a72ab (patch)
treeaf9867239bff58a367a3a73729e4a8d6abecf4a8 /share/man/man3/stdarg.3
parenta5cd4bf28cffc723592f6593a2122e90e6c4d492 (diff)
downloadFreeBSD-src-1bb07283e095e4a16ecc8b9896aefbdaba3a72ab.zip
FreeBSD-src-1bb07283e095e4a16ecc8b9896aefbdaba3a72ab.tar.gz
Update the Standards section for the addition of the C99 va_copy macro.
Diffstat (limited to 'share/man/man3/stdarg.3')
-rw-r--r--share/man/man3/stdarg.36
1 files changed, 4 insertions, 2 deletions
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
OpenPOWER on IntegriCloud