Bug 220919

Summary: Man audit_user incorrect example
Product: Documentation Reporter: dewayne
Component: Books & ArticlesAssignee: freebsd-doc (Nobody) <doc>
Status: Closed Works As Intended    
Severity: Affects Only Me    
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   

Description dewayne 2017-07-22 05:41:28 UTC
A minor nit but the audit_user(5) example the line
jdoe:-fc,ad:+fw 
should be 
jdoe:-fc,ad:^+fw
to align with the description of its behaviour in the next paragraph.
Comment 1 dewayne 2017-07-22 06:00:12 UTC
The third field in the audit_user record is the negation of what is stated, so it is accurate. :/