git: e99631746701 - stable/13 - open(2): fix typo
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 05 Jun 2023 08:36:13 UTC
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 ,