Actions
Bug #13627
closedchown(2) mixes up chown() and fchown()
Start date:
Due date:
% Done:
100%
Estimated time:
Difficulty:
Bite-size
Tags:
Gerrit CR:
External Bug:
Description
the first paragraph describes fchown() ["or referenced by the open file descriptor fildes"] but fails to name it, leaving fchown() undescribed
Updated by Robert Mustacchi over 2 years ago
In addition there are a few places where fchownat has been left out, fchownat is standardized so it's not really evolving and should be committed, and all of the functions are async-signal-safe.
Updated by Robert Mustacchi over 2 years ago
I tested this out just through using man(1) on the new page.
Updated by Electric Monk over 2 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100
git commit fc1e9305ae86a296023d90240041e860548ba1bd
commit fc1e9305ae86a296023d90240041e860548ba1bd Author: Robert Mustacchi <rm@fingolfin.org> Date: 2021-03-18T20:28:27.000Z 13627 chown(2) mixes up chown() and fchown() Reviewed by: Andy Fiddaman <andy@omnios.org> Approved by: Gordon Ross <gordon.w.ross@gmail.com>
Actions