From 60239756affdda2eb39244a8579cea57d369da09 Mon Sep 17 00:00:00 2001 From: Joachim Nilsson Date: Thu, 7 Nov 2019 21:48:53 +0100 Subject: [PATCH] Reference syslogp(3) instead of native/old syslog(3) API Signed-off-by: Joachim Nilsson --- man/logger.1 | 4 ++-- man/syslog.conf.5 | 4 ++-- man/syslogd.8 | 8 ++++---- man/syslogp.3 | 2 +- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/man/logger.1 b/man/logger.1 index 74dcb00..a6d4fc3 100644 --- a/man/logger.1 +++ b/man/logger.1 @@ -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 diff --git a/man/syslog.conf.5 b/man/syslog.conf.5 index 1bc9402..30bbb16 100644 --- a/man/syslog.conf.5 +++ b/man/syslog.conf.5 @@ -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 diff --git a/man/syslogd.8 b/man/syslogd.8 index 0498652..3d9d3c3 100644 --- a/man/syslogd.8 +++ b/man/syslogd.8 @@ -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 diff --git a/man/syslogp.3 b/man/syslogp.3 index 2944ad6..3963a0e 100644 --- a/man/syslogp.3 +++ b/man/syslogp.3 @@ -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 ,