From 1fc174cba6e0b949f7499d195dc36bf8df15df4f Mon Sep 17 00:00:00 2001 From: Konstantin Belousov Date: Tue, 30 May 2023 12:17:26 +0300 Subject: [PATCH] open(2): fix typo __aLC_aclcheck_fd -> acl_aclcheck_fd Reported by: Peter Eriksson 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 232226a00ae..3c5f391caa9 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 ,