syslog.3:

Use <stdarg.h> vice <vararg.h> in the synopsis.
This commit is contained in:
gdr-ftp 1998-10-31 19:05:57 +00:00
parent 0fa42147e3
commit bf00017f17
1 changed files with 2 additions and 2 deletions

View File

@ -42,9 +42,9 @@
.BR setlogmask
\- control system log
.SH SYNOPSIS
#include <syslog.h>
#include <stdarg.h>
.br
#include <varargs.h>
#include <syslog.h>
.sp 1
void
\fBsyslog\fR (int \fIpriority\fR, const char *\fImessage\fR, ...);