Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 7 Sep 2025 17:42:57 GMT
From:      Dimitry Andric <dim@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 6d624634ac1d - main - newsyslog.conf(5): Don't suppress space after <compress> directive
Message-ID:  <202509071742.587HgvmO089507@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by dim:

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

commit 6d624634ac1d28e89568e7f2be0df08ea7c7471c
Author:     Dimitry Andric <dim@FreeBSD.org>
AuthorDate: 2025-09-07 15:44:34 +0000
Commit:     Dimitry Andric <dim@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202509071742.587HgvmO089507>