diff options
author | 2003-06-03 19:11:04 +0000 | |
---|---|---|
committer | 2003-06-03 19:11:04 +0000 | |
commit | f80c05ebf88dc1024d17615bb46c907f6a3dae1b (patch) | |
tree | 5fba386d459baae8a0f8c2bda0e66dd9b6ab1bde /share/man/man3/stdarg.3 | |
parent | install it (diff) | |
download | wireguard-openbsd-f80c05ebf88dc1024d17615bb46c907f6a3dae1b.tar.xz wireguard-openbsd-f80c05ebf88dc1024d17615bb46c907f6a3dae1b.zip |
merge COMPATIBILITY;
Diffstat (limited to 'share/man/man3/stdarg.3')
-rw-r--r-- | share/man/man3/stdarg.3 | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/share/man/man3/stdarg.3 b/share/man/man3/stdarg.3 index e921d7ec435..3e60004ef48 100644 --- a/share/man/man3/stdarg.3 +++ b/share/man/man3/stdarg.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: stdarg.3,v 1.12 2003/06/02 23:30:12 millert Exp $ +.\" $OpenBSD: stdarg.3,v 1.13 2003/06/03 19:11:04 jmc Exp $ .\" $NetBSD: stdarg.3,v 1.15 2002/08/18 08:57:07 yamt Exp $ .\" .\" Copyright (c) 1990, 1991, 1993 @@ -226,6 +226,13 @@ foo(char *fmt, ...) } .Ed .Sh STANDARDS +These macros are +.Em not +compatible with the historic macros they replace. +A backward compatible version can be found in the include +file +.Aq Pa varargs.h . +.Pp The .Fn va_start , .Fn va_arg @@ -245,13 +252,6 @@ The .Fn va_copy macro was introduced in .St -ansiC-99 . -.Sh COMPATIBILITY -These macros are -.Em not -compatible with the historic macros they replace. -A backward compatible version can be found in the include -file -.Aq Pa varargs.h . .Sh BUGS Unlike the .Em varargs |