summaryrefslogtreecommitdiffstats
path: root/share/man/man3/stdarg.3
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2005-01-21 08:36:40 +0000
committerru <ru@FreeBSD.org>2005-01-21 08:36:40 +0000
commit7a3e657c56eb965857c0eaa67dfd6280cc69f93b (patch)
tree36796da3893db6597f28e6ae2ca01d40b60b73cb /share/man/man3/stdarg.3
parente892f32ba81eb2390a9e34d8cea91ef6c95ce340 (diff)
downloadFreeBSD-src-7a3e657c56eb965857c0eaa67dfd6280cc69f93b.zip
FreeBSD-src-7a3e657c56eb965857c0eaa67dfd6280cc69f93b.tar.gz
Sort sections.
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