Module Name: src Committed By: wiz Date: Fri Apr 8 08:47:54 UTC 2011
Modified Files: src/share/man/man3: stdarg.3 varargs.3 Log Message: Sort sections. To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 src/share/man/man3/stdarg.3 cvs rdiff -u -r1.7 -r1.8 src/share/man/man3/varargs.3 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/share/man/man3/stdarg.3 diff -u src/share/man/man3/stdarg.3:1.19 src/share/man/man3/stdarg.3:1.20 --- src/share/man/man3/stdarg.3:1.19 Mon Mar 22 18:36:27 2010 +++ src/share/man/man3/stdarg.3 Fri Apr 8 08:47:54 2011 @@ -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 Index: src/share/man/man3/varargs.3 diff -u src/share/man/man3/varargs.3:1.7 src/share/man/man3/varargs.3:1.8 --- src/share/man/man3/varargs.3:1.7 Mon Mar 22 18:36:27 2010 +++ src/share/man/man3/varargs.3 Fri Apr 8 08:47:54 2011 @@ -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.