Bug 13245

Summary: Minor improvement to the utimes(2) man page
Product: Documentation Reporter: wolman <wolman>
Component: Books & ArticlesAssignee: freebsd-doc (Nobody) <doc>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description wolman 1999-08-19 01:50:01 UTC
The utimes prototype in the man page would be clearer if it were
specified as:

int utimes(const char *path, const struct timeval times[2]);

instead of

int utimes(const char *path, const struct timeval *times);

The same is true for futimes and lutimes.

Fix: 

See above.
How-To-Repeat: N/A.
Comment 1 mpp freebsd_committer freebsd_triage 1999-08-19 09:16:41 UTC
State Changed
From-To: open->closed

After discussing this with Bruce Evans, I think that the current 
declarations should remain.