summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorMarco S Hyman <marc@cvs.openbsd.org>2001-07-27 16:41:21 +0000
committerMarco S Hyman <marc@cvs.openbsd.org>2001-07-27 16:41:21 +0000
commitf16d42b80c56c923ee18486156e26a89c5e2c79e (patch)
treea992ccebfb5c9b39b7098d90f896c0676513cd01 /lib
parent5782dfd1a8b36a27deb2bd3798e6d6a9afe9a7a1 (diff)
varargs.h -> stdarg.h
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/gen/syslog.34
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/gen/syslog.3 b/lib/libc/gen/syslog.3
index f922a0fc339..36f998b8ee2 100644
--- a/lib/libc/gen/syslog.3
+++ b/lib/libc/gen/syslog.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: syslog.3,v 1.11 2001/02/17 17:15:23 pjanzen Exp $
+.\" $OpenBSD: syslog.3,v 1.12 2001/07/27 16:41:20 marc Exp $
.\"
.\" Copyright (c) 1985, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -43,7 +43,7 @@
.Nd control system log
.Sh SYNOPSIS
.Fd #include <syslog.h>
-.Fd #include <varargs.h>
+.Fd #include <stdarg.h>
.Ft void
.Fn syslog "int priority" "const char *message" "..."
.Ft void