Loading...
gen/syslog.3 Libc-825.26 Libc-583
--- Libc/Libc-825.26/gen/syslog.3
+++ Libc/Libc-583/gen/syslog.3
@@ -216,8 +216,9 @@
 These cannot be generated by any user processes.
 .It Dv LOG_LPR
 The line printer spooling system:
-.Xr cups-lpd 8 ,
-.Xr cupsd 8 ,
+.Xr lpr 1 ,
+.Xr lpc 8 ,
+.Xr lpd 8 ,
 etc.
 .It Dv LOG_MAIL
 The mail system.
@@ -297,7 +298,6 @@
 .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,6 +318,4 @@
 .Pp
 Always use the proper secure idiom:
 .Pp
-.Bd -literal -offset indent -compact
-syslog(LOG_ERR, "%s", string);
-.Ed
+.Dl syslog(LOG_ERR, "%s", string);