Project

General

Profile

Actions

Bug #5617

closed

open(2): The RETURN VALUES section should mention openat()

Added by Marcel Telka over 8 years ago. Updated over 8 years ago.

Status:
Closed
Priority:
Low
Assignee:
Category:
manpage - manual pages
Start date:
2015-02-14
Due date:
% Done:

100%

Estimated time:
Difficulty:
Bite-size
Tags:
needs-triage
Gerrit CR:
External Bug:

Description

The openat() should be added into the RETURN VALUES here in the open(2) man page:

RETURN VALUES
       Upon successful completion, the open() function opens the file and
       return a non-negative integer representing the lowest numbered unused
       file descriptor.  Otherwise, -1 is returned, errno is set to indicate
       the error, and no files are created or modified.

ERRORS
       The open() and openat() functions will fail if:
Actions #1

Updated by Electric Monk over 8 years ago

  • Status changed from In Progress to Closed
  • % Done changed from 0 to 100

git commit a6d8852a981f3ee28e9755ad33299b3652f35761

commit  a6d8852a981f3ee28e9755ad33299b3652f35761
Author: Marcel Telka <marcel.telka@nexenta.com>
Date:   2015-02-19T20:07:28.000Z

    5617 open(2): The RETURN VALUES section should mention openat()
    Reviewed by: Yuri Pankov <yuri.pankov@nexenta.com>
    Reviewed by: Josef 'Jeff' Sipek <josef.sipek@nexenta.com>
    Approved by: Richard Lowe <richlowe@richlowe.net>

Actions

Also available in: Atom PDF