From 32f5a98efe49c0b1014bd5c40ab4d4a2e8aea5ac Mon Sep 17 00:00:00 2001 From: Loebl Date: Tue, 21 Dec 2021 16:32:20 +0100 Subject: [PATCH 1/2] Fix log rotation option reference --- man/syslog.conf.5 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man/syslog.conf.5 b/man/syslog.conf.5 index cdc131e..41fb86e 100644 --- a/man/syslog.conf.5 +++ b/man/syslog.conf.5 @@ -527,7 +527,7 @@ including the main file itself and compressed files kept. The size argument takes the same modifiers as the .Xr syslogd 8 command line option, -.Fl R . +.Fl r . .Bd -literal -offset indent # Log all messages, including kernel, to the messages file rotate it # every 100 kiB and keep up to 10 aged out, and compressed, files. From 2c9c5263b690c925b6765577c2af70e0cd500cb2 Mon Sep 17 00:00:00 2001 From: Loebl Date: Tue, 21 Dec 2021 16:34:16 +0100 Subject: [PATCH 2/2] Remove excess character --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 9dec237..520af23 100644 --- a/debian/control +++ b/debian/control @@ -49,7 +49,7 @@ Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, libsyslog0 (= ${binary:Version}) Conflicts: bsdutils Description: enter messages into the system log - This version of logger is receommended for use with sysklogd. + This version of logger is recommended for use with sysklogd. It makes use of the new syslogp() API for RFC5424 style logs, e.g. MSGID, strucutred data (SD), etc. .