diff options
author | Ka Ho Ng <khng@FreeBSD.org> | 2023-06-15 19:37:53 +0000 |
---|---|---|
committer | Ka Ho Ng <khng@FreeBSD.org> | 2023-07-01 18:42:34 +0000 |
commit | 3fe7f9a357be6b665f0f19613dac1ff1fa451389 (patch) | |
tree | 7a61d7ecd8119d59cf7bbc733d764d293f92cba3 /share/man/man9/SYSCALL_MODULE.9 | |
parent | 0aeee1f074a7a5e53d5a8f1c2eb61bd5285f4fae (diff) |
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)
Diffstat (limited to 'share/man/man9/SYSCALL_MODULE.9')
-rw-r--r-- | share/man/man9/SYSCALL_MODULE.9 | 8 |
1 files 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 |