FreeBSD Bugzilla – Attachment 251207 Details for
Bug 279303
usr.sbin/newsyslog: Fix case of the 'P' flag in newsyslog.conf's manpage
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
[PATCH 2/2] Note that flags are case-insensitive, but typically uppercase
0002-newsyslog-Note-that-flags-are-case-insensitive-but-t.patch (text/plain), 1.04 KB, created by
Joshua Kinard
on 2024-06-03 23:39:40 UTC
(
hide
)
Description:
[PATCH 2/2] Note that flags are case-insensitive, but typically uppercase
Filename:
MIME Type:
Creator:
Joshua Kinard
Created:
2024-06-03 23:39:40 UTC
Size:
1.04 KB
patch
obsolete
>From 524f1f366f955292efb9d2260131aa4ae6d4a196 Mon Sep 17 00:00:00 2001 >From: Joshua Kinard <freebsd@kumba.dev> >Date: Mon, 3 Jun 2024 15:26:08 -0400 >Subject: [PATCH 2/2] newsyslog: Note that flags are case-insensitive, but > typically uppercase > >Add a small note to the newsyslog.conf(5) man page about flags and >case-insensitivity. > >PR: 279303 >Signed-off-by: Joshua Kinard <freebsd@kumba.dev> >--- > usr.sbin/newsyslog/newsyslog.conf.5 | 2 ++ > 1 file changed, 2 insertions(+) > >diff --git a/usr.sbin/newsyslog/newsyslog.conf.5 b/usr.sbin/newsyslog/newsyslog.conf.5 >index 9f229bc04402..043e19a2143f 100644 >--- a/usr.sbin/newsyslog/newsyslog.conf.5 >+++ b/usr.sbin/newsyslog/newsyslog.conf.5 >@@ -265,6 +265,8 @@ rotate on every fifth day of month at 6:00 > This optional field is made up of one or more characters > that specify any special processing to be done for the log > files matched by this line. >+Flags can be either upper or lowercase, but by convention, >+are expressed in uppercase. > The following are valid flags: > .Bl -tag -width indent > .It Cm B >-- >2.45.2 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 279303
:
250961
|
251206
| 251207