Reference syslogp(3) instead of native/old syslog(3) API

Signed-off-by: Joachim Nilsson <troglobit@gmail.com>
This commit is contained in:
Joachim Nilsson
2019-11-07 21:48:53 +01:00
parent e25f835a5a
commit 60239756af
4 changed files with 9 additions and 9 deletions

View File

@@ -109,7 +109,7 @@ also be specified as decimal numbers corresponding to the definitions in
.Pa /usr/include/syslog.h .
It is safer to use symbolic names rather than decimal numbers. Both
facilities and priorities are described in
.Xr syslog 3 .
.Xr syslogp 3 .
The names mentioned below correspond to the similar
.Ql LOG_FOO
values in
@@ -546,7 +546,7 @@ intermediate whitespace.
.Xr klogd 8 ,
.Xr logger 1 ,
.Xr syslog 2 ,
.Xr syslog 3 .
.Xr syslogp 3 .
.Sh AUTHORS
The system log daemon
.Nm syslogd