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

@ -104,7 +104,7 @@ will read from
.Ar stdin
until EOF. In this mode every new row (newline separated) is converted
into an independent
.Xr syslog 3
.Xr syslogp 3
call.
.El
.Sh EXAMPLES
@ -136,7 +136,7 @@ was used. This means this version of
is not compatible with older releases, or other (local) syslog servers.
.El
.Sh SEE ALSO
.Xr syslog 3
.Xr syslogp 3
.Xr syslogd 8
.Sh AUTHORS
.Nm

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

View File

@ -484,11 +484,11 @@ corresponding line in
.It pattern
This field is tricky and represents the internal structure exactly.
Every column stands for a facility, refer to
.Xr syslog 3 .
.Xr syslogp 3 .
As you can see, there are still some facilities left free for former
use, only the left most are used. Every field in a column represents
the priorities, refer to
.Xr syslog 3 .
.Xr syslogp 3 .
.It action
This field describes the particular action that takes place whenever a
message is received that matches the pattern. Refer to the
@ -551,7 +551,7 @@ As mentioned in the
.Nm
transparently supports the standard C library
.Xr syslog 3
API. If a binary linked to the standard C libraries do not operate
API. If a binary linked to the standard C libraries does not operate
correctly, this should be reported as a bug to this project. See below
for contact details.
.Pp
@ -572,7 +572,7 @@ messages as these might contain passwords.
.Xr klogd 8 ,
.Xr logger 1 ,
.Xr syslog 2 ,
.Xr syslog 3 ,
.Xr syslogp 3 ,
.Xr services 5 ,
.Xr savelog 8 .
.Sh AUTHORS

View File

@ -31,7 +31,7 @@
.\" @(#)syslog.3 8.1 (Berkeley) 6/4/93
.\"
.Dd March 22, 2017
.Dt SYSLOG 3
.Dt SYSLOGP 3
.Os
.Sh NAME
.Nm syslog ,