[Bug 285385] man syslog.conf contains an error in examples section (filters usage)
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 285385] man syslog.conf contains an error in examples section (filters usage)"
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 285385] man syslog.conf contains an error in examples section (filters usage)"
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 285385] man syslog.conf contains an error in examples section (filters usage)"
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 285385] man syslog.conf contains an error in examples section (filters usage)"
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 285385] man syslog.conf contains an error in examples section (filters usage)"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 13 Mar 2025 22:13:08 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=285385
Bug ID: 285385
Summary: man syslog.conf contains an error in examples section
(filters usage)
Product: Documentation
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Many People
Priority: ---
Component: Manual Pages
Assignee: bugs@FreeBSD.org
Reporter: evfbsd@yandex.ru
CC: doc@FreeBSD.org
man syslog.conf contains an error in examples section
> # Log ipfw messages with "Deny" in the message body.
> :msg, contains, ".*Deny.*"
> *.* /var/log/ipfw.deny
should be
> # Log ipfw messages with "Deny" in the message body.
> :msg, contains, "Deny"
> *.* /var/log/ipfw.deny
--
You are receiving this mail because:
You are on the CC list for the bug.