summaryrefslogtreecommitdiffstats
path: root/share/man/man3/stdarg.3
diff options
context:
space:
mode:
Diffstat (limited to 'share/man/man3/stdarg.3')
-rw-r--r--share/man/man3/stdarg.314
1 files changed, 7 insertions, 7 deletions
diff --git a/share/man/man3/stdarg.3 b/share/man/man3/stdarg.3
index 7f29f2a..92a26f7 100644
--- a/share/man/man3/stdarg.3
+++ b/share/man/man3/stdarg.3
@@ -196,6 +196,13 @@ void foo(char *fmt, ...)
va_end(ap);
}
.Ed
+.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
+.In varargs.h .
.Sh STANDARDS
The
.Fn va_start ,
@@ -205,13 +212,6 @@ and
.Fn va_end
macros conform to
.St -isoC-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
-.In varargs.h .
.Sh BUGS
Unlike the
.Em varargs
OpenPOWER on IntegriCloud