Loading...
--- Libc/Libc-320/gen/syslog.3
+++ Libc/Libc-262.3.2/gen/syslog.3
@@ -293,4 +293,4 @@
.Pp
Always use the proper secure idiom:
.Pp
-.Dl syslog(LOG_ERR, "%s", string);
+.Dl syslog("%s", string);
--- Libc/Libc-320/gen/syslog.3
+++ Libc/Libc-262.3.2/gen/syslog.3
@@ -293,4 +293,4 @@
.Pp
Always use the proper secure idiom:
.Pp
-.Dl syslog(LOG_ERR, "%s", string);
+.Dl syslog("%s", string);