Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/man/man3 Catch up with <varargs.h> removal.



details:   https://anonhg.NetBSD.org/src/rev/fc6b531c4be0
branches:  trunk
changeset: 809031:fc6b531c4be0
user:      dholland <dholland%NetBSD.org@localhost>
date:      Mon Jun 15 02:06:18 2015 +0000

description:
Catch up with <varargs.h> removal.

diffstat:

 share/man/man3/stdarg.3 |  14 ++++++++------
 1 files changed, 8 insertions(+), 6 deletions(-)

diffs (35 lines):

diff -r 6e8aa95f73c4 -r fc6b531c4be0 share/man/man3/stdarg.3
--- a/share/man/man3/stdarg.3   Sun Jun 14 19:05:27 2015 +0000
+++ b/share/man/man3/stdarg.3   Mon Jun 15 02:06:18 2015 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: stdarg.3,v 1.20 2011/04/08 08:47:54 wiz Exp $
+.\"    $NetBSD: stdarg.3,v 1.21 2015/06/15 02:06:18 dholland Exp $
 .\"
 .\" Copyright (c) 1990, 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -33,7 +33,7 @@
 .\"
 .\"    @(#)stdarg.3    8.1 (Berkeley) 6/5/93
 .\"
-.Dd August 18, 2002
+.Dd June 14, 2015
 .Dt STDARG 3
 .Os
 .Sh NAME
@@ -222,10 +222,12 @@
 .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 .
+compatible with the historic
+.In varargs.h
+macros they replaced.
+Any remaining code using the pre-C89
+.In varargs.h
+interface should be updated.
 .Sh STANDARDS
 The
 .Fn va_start ,



Home | Main Index | Thread Index | Old Index