git: 593211cc71ad - stable/12 - SYSCALL_MODULE(9): fix references to modfind(2) and modstat(2)
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 01 Jul 2023 18:43:30 UTC
The branch stable/12 has been updated by khng: URL: https://cgit.FreeBSD.org/src/commit/?id=593211cc71adef3a0691a0bcb8afc5d7f6199d82 commit 593211cc71adef3a0691a0bcb8afc5d7f6199d82 Author: Ka Ho Ng <khng@FreeBSD.org> AuthorDate: 2023-06-15 19:37:53 +0000 Commit: Ka Ho Ng <khng@FreeBSD.org> CommitDate: 2023-07-01 18:43:15 +0000 SYSCALL_MODULE(9): fix references to modfind(2) and modstat(2) Sponsored by: Juniper Networks, Inc. Reviewed by: delphij MFC after: 1 week (cherry picked from commit 9f135336f5057ae5a3f54fd9b1aa517cff0f9d3b) --- share/man/man9/SYSCALL_MODULE.9 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/share/man/man9/SYSCALL_MODULE.9 b/share/man/man9/SYSCALL_MODULE.9 index aec57a89e9b3..cd4eeb65724d 100644 --- a/share/man/man9/SYSCALL_MODULE.9 +++ b/share/man/man9/SYSCALL_MODULE.9 @@ -28,7 +28,7 @@ .\" .\" $FreeBSD$ .\" -.Dd January 24, 2015 +.Dd June 15, 2023 .Dt SYSCALL_MODULE 9 .Os .Sh NAME @@ -78,10 +78,10 @@ event handler when it is called. .El .Pp The syscall number assigned to the module can be retrieved using the -.Xr modstat 3 +.Xr modstat 2 and -.Xr modfind 3 -library functions in libc. +.Xr modfind 2 +system calls. The MACRO .Fn SYSCALL_MODULE_HELPER includes