From 9dba6d3b9f5c93fb96bc883adc271b579788e820 Mon Sep 17 00:00:00 2001 From: Joachim Wiberg Date: Sun, 21 Feb 2021 15:11:08 +0100 Subject: [PATCH] man: fix unexpected use of .Lb, found by lintian Signed-off-by: Joachim Wiberg --- man/syslog.conf.5 | 6 ++---- man/syslogd.8 | 8 +++----- 2 files changed, 5 insertions(+), 9 deletions(-) diff --git a/man/syslog.conf.5 b/man/syslog.conf.5 index c11b01d..cdc131e 100644 --- a/man/syslog.conf.5 +++ b/man/syslog.conf.5 @@ -178,10 +178,8 @@ is one of the following keywords: .It 23 Ta local7 Ta Reserved for local/system use .El .Pp -Notice, several of the above listed facilities are not supported -by the standard C library (GLIBC, musl libc, or uClibc) on Linux. -The -.Lb libsyslog +Notice, several of the above listed facilities are not supported by the +standard C library (GLIBC, musl libc, or uClibc) on Linux. libsyslog, shipped with .Nm sysklogd , however, supports all the above facilities in full. Also, the keyword diff --git a/man/syslogd.8 b/man/syslogd.8 index 72d4939..d9036a9 100644 --- a/man/syslogd.8 +++ b/man/syslogd.8 @@ -88,8 +88,7 @@ behavior, 2) despite having a stand-alone .Xr syslog 3 , and .Xr syslogp 3 -API in -.Lb libsyslog , +API in libsyslog, .Nm interacts transparently with the standard C library .Xr syslog 3 @@ -336,9 +335,8 @@ This priority code should map into the priorities defined in the include file .In sys/syslog.h . To log with RFC5424 style messages the priority code must be directly -followed by the version number, this is all handled by the -.Lb libsyslog , -which is the +followed by the version number, this is all handled by libsyslog, which +is the .Nx .Xr syslogp 3 API included with the