Reference syslogp(3) instead of native/old syslog(3) API
Signed-off-by: Joachim Nilsson <troglobit@gmail.com>
This commit is contained in:
parent
e25f835a5a
commit
60239756af
@ -104,7 +104,7 @@ will read from
|
|||||||
.Ar stdin
|
.Ar stdin
|
||||||
until EOF. In this mode every new row (newline separated) is converted
|
until EOF. In this mode every new row (newline separated) is converted
|
||||||
into an independent
|
into an independent
|
||||||
.Xr syslog 3
|
.Xr syslogp 3
|
||||||
call.
|
call.
|
||||||
.El
|
.El
|
||||||
.Sh EXAMPLES
|
.Sh EXAMPLES
|
||||||
@ -136,7 +136,7 @@ was used. This means this version of
|
|||||||
is not compatible with older releases, or other (local) syslog servers.
|
is not compatible with older releases, or other (local) syslog servers.
|
||||||
.El
|
.El
|
||||||
.Sh SEE ALSO
|
.Sh SEE ALSO
|
||||||
.Xr syslog 3
|
.Xr syslogp 3
|
||||||
.Xr syslogd 8
|
.Xr syslogd 8
|
||||||
.Sh AUTHORS
|
.Sh AUTHORS
|
||||||
.Nm
|
.Nm
|
||||||
|
@ -109,7 +109,7 @@ also be specified as decimal numbers corresponding to the definitions in
|
|||||||
.Pa /usr/include/syslog.h .
|
.Pa /usr/include/syslog.h .
|
||||||
It is safer to use symbolic names rather than decimal numbers. Both
|
It is safer to use symbolic names rather than decimal numbers. Both
|
||||||
facilities and priorities are described in
|
facilities and priorities are described in
|
||||||
.Xr syslog 3 .
|
.Xr syslogp 3 .
|
||||||
The names mentioned below correspond to the similar
|
The names mentioned below correspond to the similar
|
||||||
.Ql LOG_FOO
|
.Ql LOG_FOO
|
||||||
values in
|
values in
|
||||||
@ -546,7 +546,7 @@ intermediate whitespace.
|
|||||||
.Xr klogd 8 ,
|
.Xr klogd 8 ,
|
||||||
.Xr logger 1 ,
|
.Xr logger 1 ,
|
||||||
.Xr syslog 2 ,
|
.Xr syslog 2 ,
|
||||||
.Xr syslog 3 .
|
.Xr syslogp 3 .
|
||||||
.Sh AUTHORS
|
.Sh AUTHORS
|
||||||
The system log daemon
|
The system log daemon
|
||||||
.Nm syslogd
|
.Nm syslogd
|
||||||
|
@ -484,11 +484,11 @@ corresponding line in
|
|||||||
.It pattern
|
.It pattern
|
||||||
This field is tricky and represents the internal structure exactly.
|
This field is tricky and represents the internal structure exactly.
|
||||||
Every column stands for a facility, refer to
|
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
|
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
|
use, only the left most are used. Every field in a column represents
|
||||||
the priorities, refer to
|
the priorities, refer to
|
||||||
.Xr syslog 3 .
|
.Xr syslogp 3 .
|
||||||
.It action
|
.It action
|
||||||
This field describes the particular action that takes place whenever a
|
This field describes the particular action that takes place whenever a
|
||||||
message is received that matches the pattern. Refer to the
|
message is received that matches the pattern. Refer to the
|
||||||
@ -551,7 +551,7 @@ As mentioned in the
|
|||||||
.Nm
|
.Nm
|
||||||
transparently supports the standard C library
|
transparently supports the standard C library
|
||||||
.Xr syslog 3
|
.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
|
correctly, this should be reported as a bug to this project. See below
|
||||||
for contact details.
|
for contact details.
|
||||||
.Pp
|
.Pp
|
||||||
@ -572,7 +572,7 @@ messages as these might contain passwords.
|
|||||||
.Xr klogd 8 ,
|
.Xr klogd 8 ,
|
||||||
.Xr logger 1 ,
|
.Xr logger 1 ,
|
||||||
.Xr syslog 2 ,
|
.Xr syslog 2 ,
|
||||||
.Xr syslog 3 ,
|
.Xr syslogp 3 ,
|
||||||
.Xr services 5 ,
|
.Xr services 5 ,
|
||||||
.Xr savelog 8 .
|
.Xr savelog 8 .
|
||||||
.Sh AUTHORS
|
.Sh AUTHORS
|
||||||
|
@ -31,7 +31,7 @@
|
|||||||
.\" @(#)syslog.3 8.1 (Berkeley) 6/4/93
|
.\" @(#)syslog.3 8.1 (Berkeley) 6/4/93
|
||||||
.\"
|
.\"
|
||||||
.Dd March 22, 2017
|
.Dd March 22, 2017
|
||||||
.Dt SYSLOG 3
|
.Dt SYSLOGP 3
|
||||||
.Os
|
.Os
|
||||||
.Sh NAME
|
.Sh NAME
|
||||||
.Nm syslog ,
|
.Nm syslog ,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user