View | Details | Raw Unified | Return to bug 201725
Collapse All | Expand All

(-)lib/libc/gen/syslog.3 (-1 / +1 lines)
Lines 292-295 Link Here
292
.Pp
292
.Pp
293
Always use the proper secure idiom:
293
Always use the proper secure idiom:
294
.Pp
294
.Pp
295
.Dl syslog("%s", string);
295
.Dl syslog(priority, "%s", string);

Return to bug 201725