Bug 258957 - Minor mistakes in link(2) and shm_open(2)
Summary: Minor mistakes in link(2) and shm_open(2)
Status: Closed FIXED
Alias: None
Product: Documentation
Classification: Unclassified
Component: Manual Pages (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Konstantin Belousov
URL:
Keywords: easy, needs-qa
Depends on:
Blocks:
 
Reported: 2021-10-06 02:57 UTC by sigsys
Modified: 2021-10-20 06:57 UTC (History)
2 users (show)

See Also:


Attachments
patch (901 bytes, patch)
2021-10-06 02:57 UTC, sigsys
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description sigsys 2021-10-06 02:57:07 UTC
Created attachment 228472 [details]
patch

In the part about AT_EMPTY_PATH in link(2) and the error section in shm_open(2) about ENOENT.
Comment 1 commit-hook freebsd_committer freebsd_triage 2021-10-06 03:40:27 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/src/commit/?id=8d3cd7767a2ea1816c31e1dbe7957253e723e559

commit 8d3cd7767a2ea1816c31e1dbe7957253e723e559
Author:     Konstantin Belousov <kib@FreeBSD.org>
AuthorDate: 2021-10-06 03:38:26 +0000
Commit:     Konstantin Belousov <kib@FreeBSD.org>
CommitDate: 2021-10-06 03:38:26 +0000

    Fix mistakes in link(2) and shm_open(2)

    PR:     258957
    Submitted by:   sigsys@gmail.com
    MFC after:      1 week

 lib/libc/sys/link.2     | 4 ++--
 lib/libc/sys/shm_open.2 | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)
Comment 2 commit-hook freebsd_committer freebsd_triage 2021-10-10 09:33:17 UTC
A commit in branch stable/13 references this bug:

URL: https://cgit.FreeBSD.org/src/commit/?id=8c384596a83fc807f1ddb07bad6dffca6ad804ac

commit 8c384596a83fc807f1ddb07bad6dffca6ad804ac
Author:     Konstantin Belousov <kib@FreeBSD.org>
AuthorDate: 2021-10-06 03:38:26 +0000
Commit:     Konstantin Belousov <kib@FreeBSD.org>
CommitDate: 2021-10-10 09:21:18 +0000

    Fix mistakes in link(2) and shm_open(2)

    PR:     258957

    (cherry picked from commit 8d3cd7767a2ea1816c31e1dbe7957253e723e559)

 lib/libc/sys/link.2     | 4 ++--
 lib/libc/sys/shm_open.2 | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)