diff options
| author | Alexander Ziaee <ziaee@FreeBSD.org> | 2026-02-12 14:14:47 +0000 |
|---|---|---|
| committer | Alexander Ziaee <ziaee@FreeBSD.org> | 2026-02-12 14:14:48 +0000 |
| commit | 64e612b46290617ec753b4ee6ec633a3724940e3 (patch) | |
| tree | bae67b51081b09b1e5518f6f49758eb7b4330671 | |
| parent | 7c1c0e94363db09af0c260d9292160cdd2230f23 (diff) | |
newsyslog.conf.5: Add a CAVEAT
PR: 282639
MFC after: 3 days
Reviewed by: michaelo
Differential Revision: https://reviews.freebsd.org/D55122
| -rw-r--r-- | usr.sbin/newsyslog/newsyslog.conf.5 | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/usr.sbin/newsyslog/newsyslog.conf.5 b/usr.sbin/newsyslog/newsyslog.conf.5 index 0a47af7285c6..b0c1e78eb085 100644 --- a/usr.sbin/newsyslog/newsyslog.conf.5 +++ b/usr.sbin/newsyslog/newsyslog.conf.5 @@ -18,7 +18,7 @@ .\" the suitability of this software for any purpose. It is .\" provided "as is" without express or implied warranty. .\" -.Dd September 1, 2025 +.Dd February 4, 2026 .Dt NEWSYSLOG.CONF 5 .Os .Sh NAME @@ -497,3 +497,6 @@ entry: .Sh HISTORY This manual page first appeared in .Fx 4.10 . +.Sh CAVEATS +If a line is specified multiple times, +the file will be rotated multiple times. |
