man: fix unexpected use of .Lb, found by lintian

Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
This commit is contained in:
Joachim Wiberg 2021-02-21 15:11:08 +01:00
parent c66c36fa90
commit 9dba6d3b9f
2 changed files with 5 additions and 9 deletions

View File

@ -178,10 +178,8 @@ is one of the following keywords:
.It 23 Ta local7 Ta Reserved for local/system use .It 23 Ta local7 Ta Reserved for local/system use
.El .El
.Pp .Pp
Notice, several of the above listed facilities are not supported Notice, several of the above listed facilities are not supported by the
by the standard C library (GLIBC, musl libc, or uClibc) on Linux. standard C library (GLIBC, musl libc, or uClibc) on Linux. libsyslog,
The
.Lb libsyslog
shipped with shipped with
.Nm sysklogd , .Nm sysklogd ,
however, supports all the above facilities in full. Also, the keyword however, supports all the above facilities in full. Also, the keyword

View File

@ -88,8 +88,7 @@ behavior, 2) despite having a stand-alone
.Xr syslog 3 , .Xr syslog 3 ,
and and
.Xr syslogp 3 .Xr syslogp 3
API in API in libsyslog,
.Lb libsyslog ,
.Nm .Nm
interacts transparently with the standard C library interacts transparently with the standard C library
.Xr syslog 3 .Xr syslog 3
@ -336,9 +335,8 @@ This priority code should map into the priorities defined in the
include file include file
.In sys/syslog.h . .In sys/syslog.h .
To log with RFC5424 style messages the priority code must be directly To log with RFC5424 style messages the priority code must be directly
followed by the version number, this is all handled by the followed by the version number, this is all handled by libsyslog, which
.Lb libsyslog , is the
which is the
.Nx .Nx
.Xr syslogp 3 .Xr syslogp 3
API included with the API included with the