Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 Jun 2023 19:42:45 GMT
From:      Ka Ho Ng <khng@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 9f135336f505 - main - SYSCALL_MODULE(9): fix references to modfind(2) and modstat(2)
Message-ID:  <202306151942.35FJgjte097390@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by khng:

URL: https://cgit.FreeBSD.org/src/commit/?id=9f135336f5057ae5a3f54fd9b1aa517cff0f9d3b

commit 9f135336f5057ae5a3f54fd9b1aa517cff0f9d3b
Author:     Ka Ho Ng <khng@FreeBSD.org>
AuthorDate: 2023-06-15 19:37:53 +0000
Commit:     Ka Ho Ng <khng@FreeBSD.org>
CommitDate: 2023-06-15 19:39:53 +0000

    SYSCALL_MODULE(9): fix references to modfind(2) and modstat(2)
    
    Sponsored by:   Juniper Networks, Inc.
    Reviewed by:    delphij
    MFC after:      1 week
---
 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202306151942.35FJgjte097390>