Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 May 2024 01:34:34 GMT
From:      Ed Maste <emaste@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: a8f86ecd6104 - main - newsyslog: Fix case of the 'P' flag in newsyslog.conf(5)
Message-ID:  <202405270134.44R1YYiK087735@gitrepo.freebsd.org>

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

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

commit a8f86ecd6104b1f127b426be278a9031789b4413
Author:     Joshua Kinard <freebsd@kumba.dev>
AuthorDate: 2024-05-25 20:52:11 +0000
Commit:     Ed Maste <emaste@FreeBSD.org>
CommitDate: 2024-05-27 01:34:14 +0000

    newsyslog: Fix case of the 'P' flag in newsyslog.conf(5)
    
    PR: 279303
    Reviewed-by: emaste
    Signed-off-by: Joshua Kinard <freebsd@kumba.dev>
---
 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 120c5a0cb7cc..9f229bc04402 100644
--- a/usr.sbin/newsyslog/newsyslog.conf.5
+++ b/usr.sbin/newsyslog/newsyslog.conf.5
@@ -330,7 +330,7 @@ to use
 .It Cm N
 indicates that there is no process which needs to be signaled
 when this log file is rotated.
-.It Cm p
+.It Cm P
 indicates that the zero-th rotated file should not be compressed.
 .It Cm R
 if this flag is set the



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