Add missing priority argument in example code in BUGS section.
PR: 201725 Submitted by: Thomas Cort MFC after: 1 week
This commit is contained in:
parent
4d5e6ef665
commit
71b282bb92
@ -28,7 +28,7 @@
|
||||
.\" @(#)syslog.3 8.1 (Berkeley) 6/4/93
|
||||
.\" $FreeBSD$
|
||||
.\"
|
||||
.Dd December 30, 2004
|
||||
.Dd July 21, 2015
|
||||
.Dt SYSLOG 3
|
||||
.Os
|
||||
.Sh NAME
|
||||
@ -292,4 +292,4 @@ for later interpolation by
|
||||
.Pp
|
||||
Always use the proper secure idiom:
|
||||
.Pp
|
||||
.Dl syslog("%s", string);
|
||||
.Dl syslog(priority, "%s", string);
|
||||
|
Loading…
Reference in New Issue
Block a user