Actions
Bug #13206
closedFix open(2) man page
Start date:
Due date:
% Done:
100%
Estimated time:
Difficulty:
Bite-size
Tags:
Gerrit CR:
External Bug:
Description
EBADF should only be error of open(2), not openat(2).
Updated by Nan Xiao over 2 years ago
The correct description should be:
EBADF should only be error of openat(2), not open(2).
Updated by Nan Xiao over 2 years ago
I will remove EBADF language from the "The open() and openat() functions will fail if" section because EBADF only shows up with openat().
Updated by Electric Monk over 2 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100
git commit aefb332f5664b51526fd3e7d0b3cb6bdda1e1758
commit aefb332f5664b51526fd3e7d0b3cb6bdda1e1758 Author: Nan Xiao <nan@chinadtrace.org> Date: 2020-10-10T18:06:40.000Z 13206 Fix open(2) man page Reviewed by: C Fraire <cfraire@me.com> Approved by: Dan McDonald <danmcd@joyent.com>
Actions