SYSCALL_MODULE(9): fix references to modfind(2) and modstat(2)

Sponsored by:	Juniper Networks, Inc.
Reviewed by:	delphij
MFC after:	1 week
This commit is contained in:
Ka Ho Ng 2023-06-15 15:37:53 -04:00
parent b7412da2e1
commit 9f135336f5

View File

@ -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