Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 May 2023 09:19:48 GMT
From:      Konstantin Belousov <kib@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 1fc174cba6e0 - main - open(2): fix typo
Message-ID:  <202305300919.34U9Jml1039456@gitrepo.freebsd.org>

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

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

commit 1fc174cba6e0b949f7499d195dc36bf8df15df4f
Author:     Konstantin Belousov <kib@FreeBSD.org>
AuthorDate: 2023-05-30 09:17:26 +0000
Commit:     Konstantin Belousov <kib@FreeBSD.org>
CommitDate: 2023-05-30 09:18:25 +0000

    open(2): fix typo
    
    __aLC_aclcheck_fd -> acl_aclcheck_fd
    
    Reported by:    Peter Eriksson  <pen@lysator.liu.se>
    Sponsored by:   The FreeBSD Foundation
    MFC after:      1 week
---
 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 232226a00ae6..3c5f391caa94 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?202305300919.34U9Jml1039456>