Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F142264252
D18334.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
806 B
Referenced Files
None
Subscribers
None
D18334.diff
View Options
Index: head/lib/libc/gen/syslog.3
===================================================================
--- head/lib/libc/gen/syslog.3
+++ head/lib/libc/gen/syslog.3
@@ -28,7 +28,7 @@
.\" @(#)syslog.3 8.1 (Berkeley) 6/4/93
.\" $FreeBSD$
.\"
-.Dd April 12, 2018
+.Dd November 25, 2018
.Dt SYSLOG 3
.Os
.Sh NAME
@@ -42,17 +42,18 @@
.Lb libc
.Sh SYNOPSIS
.In syslog.h
-.In stdarg.h
.Ft void
.Fn syslog "int priority" "const char *message" "..."
.Ft void
-.Fn vsyslog "int priority" "const char *message" "va_list args"
-.Ft void
.Fn openlog "const char *ident" "int logopt" "int facility"
.Ft void
.Fn closelog void
.Ft int
.Fn setlogmask "int maskpri"
+.In syslog.h
+.In stdarg.h
+.Ft void
+.Fn vsyslog "int priority" "const char *message" "va_list args"
.Sh DESCRIPTION
The
.Fn syslog
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Jan 18, 11:06 PM (5 h, 28 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
27722370
Default Alt Text
D18334.diff (806 B)
Attached To
Mode
D18334: syslog(3): stdarg.h is needed only for vsyslog()
Attached
Detach File
Event Timeline
Log In to Comment