Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 1 Jul 2023 18:43:30 GMT
From:      Ka Ho Ng <khng@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: 593211cc71ad - stable/12 - SYSCALL_MODULE(9): fix references to modfind(2) and modstat(2)
Message-ID:  <202307011843.361IhUqx003611@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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