Bug 282967 - typo on fhreadlink(2) manpage
Summary: typo on fhreadlink(2) manpage
Status: Closed FIXED
Alias: None
Product: Documentation
Classification: Unclassified
Component: Manual Pages (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: freebsd-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-11-25 17:01 UTC by Wolfram Schneider
Modified: 2024-11-28 13:30 UTC (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Wolfram Schneider freebsd_committer freebsd_triage 2024-11-25 17:01:41 UTC
the fhreadlink(2) manpage
https://man.freebsd.org/fhreadlink

in section "ERRORS" says

"The readlink() system call will fail if:"

I guess it should be
"The fhreadlink() system call will fail if:"
Comment 1 Konstantin Belousov freebsd_committer freebsd_triage 2024-11-25 18:23:32 UTC
You are right, please fix.
Comment 2 commit-hook freebsd_committer freebsd_triage 2024-11-25 18:38:46 UTC
A commit in branch main references this bug:

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

commit fb4cdd51608f3008f035d01f6a499811cda41735
Author:     Wolfram Schneider <wosch@FreeBSD.org>
AuthorDate: 2024-11-25 18:35:27 +0000
Commit:     Wolfram Schneider <wosch@FreeBSD.org>
CommitDate: 2024-11-25 18:38:20 +0000

    fhreadlink.2: fix old typo in the manpage

    PR: 282967
    Approved by: kib

 lib/libsys/fhreadlink.2 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
Comment 3 commit-hook freebsd_committer freebsd_triage 2024-11-28 13:30:31 UTC
A commit in branch stable/14 references this bug:

URL: https://cgit.FreeBSD.org/src/commit/?id=7efa3a6028ce0cde4981ef432c7013c3f779aedd

commit 7efa3a6028ce0cde4981ef432c7013c3f779aedd
Author:     Wolfram Schneider <wosch@FreeBSD.org>
AuthorDate: 2024-11-25 18:35:27 +0000
Commit:     Konstantin Belousov <kib@FreeBSD.org>
CommitDate: 2024-11-28 12:53:17 +0000

    fhreadlink.2: fix old typo in the manpage

    PR: 282967

    (cherry picked from commit fb4cdd51608f3008f035d01f6a499811cda41735)

 lib/libc/sys/fhreadlink.2 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)