Bug 65216

Summary: tcsh man page lying about time builtin
Product: Documentation Reporter: Divacky Roman <xdivac02>
Component: Books & ArticlesAssignee: freebsd-doc (Nobody) <doc>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Divacky Roman 2004-04-05 17:00:37 UTC
Tcsh man page says the default format for time builtin is 

`%Uu  %Ss  $E  %P %I+%Oio %Fpf+%Ww'.

wihle its

"%Uu %Ss %E %P %X+%Dk %I+%Oio %Fpf+%Ww"

Fix: 

Change that manpage
How-To-Repeat: man tcsh
Comment 1 Simon L. B. Nielsen freebsd_committer freebsd_triage 2004-04-08 23:35:18 UTC
State Changed
From-To: open->closed

Both the manual page in -CURRENT and 4.9 says : "The default time 
format is `%Uu %Ss %E %P %X+%Dk %I+%Oio %Fpf+%Ww'...".  This hasn't 
changed since the initial import of tcsh, so I don't know why you see 
something else on your system.  Perhaps a installed tcsh port which is 
different from the system tcsh? 

I'm closing the PR since the manual page is correct.