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: [email protected]
          Reporter: [email protected]
                CC: [email protected]

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.

Reply via email to