Bug 108520

Summary: man auditreduce vs. FreeBSD Handbook
Product: Documentation Reporter: Dr. Markus Waldeck <waldeck>
Component: Books & ArticlesAssignee: freebsd-doc (Nobody) <doc>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Dr. Markus Waldeck 2007-01-29 16:20:20 UTC
The explanation of the auditreduce option "-u" differs between the man page and the handbook.

FreeBSD Hanndbook:
> Since audit logs may be very large, an administrator will likely want to 
> select a subset of records for using, such as
> records associated with a specific user:
>
> # auditreduce -u trhodes /var/audit/AUDITFILE | praudit
>
> This will select all audit records produced for the user trhodes stored in 
> the AUDITFILE file.

man auditreduce:
-r ruid
        Select records with the given real user id or name.
-u auid
        Select records with the given audit id.

Which explanation is correct?
Comment 1 Remko Lodder freebsd_committer freebsd_triage 2007-01-30 19:14:19 UTC
State Changed
From-To: open->closed

Please discuss this on doc@ first and please get back to me with 
concrete idea's so that we can work on that. This is something that is 
not worth of a PR (just yet). Thanks though for improving FreeBSD!