Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 5 Jun 2023 08:36:13 GMT
From:      Konstantin Belousov <kib@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: e99631746701 - stable/13 - open(2): fix typo
Message-ID:  <202306050836.3558aDX2024590@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by kib:

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

commit e99631746701ffb81b6d090a4217349d3bf86faa
Author:     Konstantin Belousov <kib@FreeBSD.org>
AuthorDate: 2023-05-30 09:17:26 +0000
Commit:     Konstantin Belousov <kib@FreeBSD.org>
CommitDate: 2023-06-05 08:35:02 +0000

    open(2): fix typo
    
    (cherry picked from commit 1fc174cba6e0b949f7499d195dc36bf8df15df4f)
---
 lib/libc/sys/open.2 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/libc/sys/open.2 b/lib/libc/sys/open.2
index db3e8f373ad7..ae66797c558e 100644
--- a/lib/libc/sys/open.2
+++ b/lib/libc/sys/open.2
@@ -344,7 +344,7 @@ message
 using for
 .Dv EVFILT_VNODE
 .It Xr readlinkat 2
-.It Xr __acl_get_fd 2 , Xr __alc_aclcheck_fd 2
+.It Xr __acl_get_fd 2 , Xr __acl_aclcheck_fd 2
 .El
 But operations like
 .Xr read 2 ,



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202306050836.3558aDX2024590>