[Bug 279303] usr.sbin/newsyslog: Fix case of the 'P' flag in newsyslog.conf's manpage

From: <bugzilla-noreply_at_freebsd.org>
Date: Sun, 26 May 2024 21:10:29 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=279303

Ed Maste <emaste@freebsd.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |emaste@freebsd.org

--- Comment #2 from Ed Maste <emaste@freebsd.org> ---
Lower case 'p' is correct it seems, from newsyslog.c:

#define CE_PLAIN0       0x0800  /* Do not compress zero'th history file */

                        case 'p':
                                working->flags |= CE_PLAIN0;
                                break;

-- 
You are receiving this mail because:
You are the assignee for the bug.