Bug 80593

Summary: man page is wrong about time
Product: Documentation Reporter: Graham Lilley <gray>
Component: Books & ArticlesAssignee: freebsd-doc (Nobody) <doc>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Graham Lilley 2005-05-03 23:20:01 UTC
man page states -h can be used to print in 'user friendly' format.  This does not appear to be applicable as time -h <command> gives an error of:

stable# time -h uptime
-h: Command not found.
0.000u 0.000s 0:00.00 0.0%      0+0k 0+0io 0pf+0w

How-To-Repeat: Use the time command with the -h flag.
Comment 1 Maxim Konovalov freebsd_committer freebsd_triage 2005-05-03 23:35:07 UTC
State Changed
From-To: open->closed

The man page is talking about /usr/bin/time not your shell built-in 
time command.