diff options
| author | Oleksandr Tymoshenko <gonzo@FreeBSD.org> | 2018-05-14 23:12:30 +0000 |
|---|---|---|
| committer | Oleksandr Tymoshenko <gonzo@FreeBSD.org> | 2018-05-14 23:12:30 +0000 |
| commit | 94de7f96ec37e1922d7b20f020d4e5b86408503c (patch) | |
| tree | 2790195b3a2e70a6d1ee68c3bfbf4107273014c4 /lib | |
| parent | af70116083ac870c8b9b530633d4df87b973a325 (diff) | |
Notes
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/libc/gen/syslog.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/gen/syslog.3 b/lib/libc/gen/syslog.3 index b513adcd6343..329cd407a950 100644 --- a/lib/libc/gen/syslog.3 +++ b/lib/libc/gen/syslog.3 @@ -28,7 +28,7 @@ .\" @(#)syslog.3 8.1 (Berkeley) 6/4/93 .\" $FreeBSD$ .\" -.Dd July 21, 2015 +.Dd April 12, 2018 .Dt SYSLOG 3 .Os .Sh NAME @@ -292,4 +292,4 @@ for later interpolation by .Pp Always use the proper secure idiom: .Pp -.Dl syslog(priority, "%s", string); +.Dl syslog(priority, \*q%s\*q, string); |
