Module Name:    src
Committed By:   njoly
Date:           Mon Jul 25 19:42:50 UTC 2011

Modified Files:
        src/lib/libc/gen: syslog.3

Log Message:
Adjust xref varargs(3) -> stdarg(3)


To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 src/lib/libc/gen/syslog.3

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/lib/libc/gen/syslog.3
diff -u src/lib/libc/gen/syslog.3:1.28 src/lib/libc/gen/syslog.3:1.29
--- src/lib/libc/gen/syslog.3:1.28	Thu May 13 18:04:58 2010
+++ src/lib/libc/gen/syslog.3	Mon Jul 25 19:42:50 2011
@@ -1,4 +1,4 @@
-.\"	$NetBSD: syslog.3,v 1.28 2010/05/13 18:04:58 jruoho Exp $
+.\"	$NetBSD: syslog.3,v 1.29 2011/07/25 19:42:50 njoly Exp $
 .\"	$OpenBSD: syslog.3,v 1.25 2005/07/22 03:16:58 jaredy Exp $
 .\"
 .\" Copyright (c) 1985, 1991, 1993
@@ -199,7 +199,7 @@
 function
 is an alternative form in which the arguments have already been captured
 using the variable-length argument facilities of
-.Xr varargs 3 .
+.Xr stdarg 3 .
 .Pp
 The
 .Fn syslogp

Reply via email to