Loading...
gen/syslog.3 Libc-583 Libc-825.26
--- Libc/Libc-583/gen/syslog.3
+++ Libc/Libc-825.26/gen/syslog.3
@@ -216,9 +216,8 @@
 These cannot be generated by any user processes.
 .It Dv LOG_LPR
 The line printer spooling system:
-.Xr lpr 1 ,
-.Xr lpc 8 ,
-.Xr lpd 8 ,
+.Xr cups-lpd 8 ,
+.Xr cupsd 8 ,
 etc.
 .It Dv LOG_MAIL
 The mail system.
@@ -298,6 +297,7 @@
 .Pp
 These include files are necessary for all functions.
 .Sh SEE ALSO
+.Xr asl 3 ,
 .Xr logger 1 ,
 .Xr compat 5 ,
 .Xr syslogd 8
@@ -318,4 +318,6 @@
 .Pp
 Always use the proper secure idiom:
 .Pp
-.Dl syslog(LOG_ERR, "%s", string);
+.Bd -literal -offset indent -compact
+syslog(LOG_ERR, "%s", string);
+.Ed