The branch main has been updated by dim:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=6d624634ac1d28e89568e7f2be0df08ea7c7471c

commit 6d624634ac1d28e89568e7f2be0df08ea7c7471c
Author:     Dimitry Andric <d...@freebsd.org>
AuthorDate: 2025-09-07 15:44:34 +0000
Commit:     Dimitry Andric <d...@freebsd.org>
CommitDate: 2025-09-07 17:42:27 +0000

    newsyslog.conf(5): Don't suppress space after <compress> directive
    
    Because newsyslog(8) actually _requires_ a space after the <compress>
    directive.
    
    Reviewed by:    bcr
    Differential Revision: https://reviews.freebsd.org/D52414
---
 usr.sbin/newsyslog/newsyslog.conf.5 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/usr.sbin/newsyslog/newsyslog.conf.5 
b/usr.sbin/newsyslog/newsyslog.conf.5
index d94c39332597..0a47af7285c6 100644
--- a/usr.sbin/newsyslog/newsyslog.conf.5
+++ b/usr.sbin/newsyslog/newsyslog.conf.5
@@ -69,7 +69,7 @@ and
 .Dq Ar <include>
 lines are defined as follows:
 .Bl -tag -width indent
-.It Ar <compress> Ns Ar none Ns | Ns Ar legacy Ns | Ns Ar bzip2 Ns | Ns Ar 
gzip Ns | Ns Ar xz Ns | Ns Ar zstd
+.It Ar <compress> Ar none Ns | Ns Ar legacy Ns | Ns Ar bzip2 Ns | Ns Ar gzip 
Ns | Ns Ar xz Ns | Ns Ar zstd
 This special option sets the global compress method,
 it should be placed before all log file entries in
 .Nm

Reply via email to