.Pp
Always use the proper secure idiom:
.Dl syslog("%s", string);
.Dl syslog(priority, "%s", string);