Actions
Bug #6162
closedutimes(2) man page is stale
Start date:
2015-08-25
Due date:
% Done:
0%
Estimated time:
Difficulty:
Bite-size
Tags:
needs-triage
Gerrit CR:
External Bug:
Description
The utimes(2) man page has a couple problems:
- It fails to mention futimesns() and possibly others.
- It suggests that the PATH arg for futimesat() is optional, but in my use it appears to be required.
Related issues
Updated by Andy Fiddaman about 3 years ago
- Related to Feature #13111: Want futimes(), lutimes() and timespec/timeval conversion macros added
Updated by Andy Fiddaman about 3 years ago
- Related to Bug #5460: utimensat() and futimens() need manual pages added
Updated by Andy Fiddaman about 3 years ago
- Status changed from New to Closed
This issue is resolved. The futimesns
etc. documentation was added to the man page in 5460 and the man page has been further cleaned up in 13111.
13111 also added a test suite that confirms that futimesat()
works properly when path is set to NULL.
Actions