Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/man/man3 Sort sections.
details: https://anonhg.NetBSD.org/src/rev/163c0d676a29
branches: trunk
changeset: 763951:163c0d676a29
user: wiz <wiz%NetBSD.org@localhost>
date: Fri Apr 08 08:47:54 2011 +0000
description:
Sort sections.
diffstat:
share/man/man3/stdarg.3 | 16 ++++++++--------
share/man/man3/varargs.3 | 16 ++++++++--------
2 files changed, 16 insertions(+), 16 deletions(-)
diffs (71 lines):
diff -r 260c3d71ceee -r 163c0d676a29 share/man/man3/stdarg.3
--- a/share/man/man3/stdarg.3 Fri Apr 08 08:47:50 2011 +0000
+++ b/share/man/man3/stdarg.3 Fri Apr 08 08:47:54 2011 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: stdarg.3,v 1.19 2010/03/22 18:36:27 joerg Exp $
+.\" $NetBSD: stdarg.3,v 1.20 2011/04/08 08:47:54 wiz Exp $
.\"
.\" Copyright (c) 1990, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -219,6 +219,13 @@
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 ,
@@ -240,13 +247,6 @@
.Fn va_copy
macro was introduced in
.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
diff -r 260c3d71ceee -r 163c0d676a29 share/man/man3/varargs.3
--- a/share/man/man3/varargs.3 Fri Apr 08 08:47:50 2011 +0000
+++ b/share/man/man3/varargs.3 Fri Apr 08 08:47:54 2011 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: varargs.3,v 1.7 2010/03/22 18:36:27 joerg Exp $
+.\" $NetBSD: varargs.3,v 1.8 2011/04/08 08:47:54 wiz Exp $
.\"
.\" Copyright (c) 1990, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -184,6 +184,13 @@
va_end(ap);
}
.Ed
+.Sh COMPATIBILITY
+These macros are
+.Em not
+compatible with the new macros they were replaced by.
+In particular, it is not possible for a
+.Em stdarg
+function to have no fixed arguments.
.Sh SEE ALSO
.Xr stdarg 3
.Sh STANDARDS
@@ -194,10 +201,3 @@
see
.Xr stdarg 3
for its description.
-.Sh COMPATIBILITY
-These macros are
-.Em not
-compatible with the new macros they were replaced by.
-In particular, it is not possible for a
-.Em stdarg
-function to have no fixed arguments.
Home |
Main Index |
Thread Index |
Old Index