aboutsummaryrefslogtreecommitdiffstats
path: root/man3/syslog.3
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2006-11-25 05:34:40 +0000
committerMichael Kerrisk <mtk.manpages@gmail.com>2006-11-25 05:34:40 +0000
commitd2081eb0238b68552fadec636916433b01756beb (patch)
tree037b87a11d39bd11dc488141c6053bcae117001a /man3/syslog.3
parente0614973318410b096d44ffe5e9c600bb123ee6b (diff)
downloadman-pages-d2081eb0238b68552fadec636916433b01756beb.tar.gz
Fix SYNOPSIS for vsyslog().
Diffstat (limited to 'man3/syslog.3')
-rw-r--r--man3/syslog.32
1 files changed, 2 insertions, 0 deletions
diff --git a/man3/syslog.3 b/man3/syslog.3
index 65eabdf8ae..723dc068d0 100644
--- a/man3/syslog.3
+++ b/man3/syslog.3
@@ -43,6 +43,8 @@ closelog, openlog, syslog \- send messages to the system logger
.br
.BI "void closelog(void);"
.sp
+.B #define _BSD_SOURCE
+.br
.B #include <stdarg.h>
.sp
.BI "void vsyslog(int " priority ", const char *" format ", va_list " ap );