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:
Sergey Kandaurov 2015-07-21 09:44:45 +00:00
parent 4d5e6ef665
commit 71b282bb92
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=285739

View File

@ -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);