mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Document the fact that modules declared with SYSCALL_MODULE(9) have their
names prefixed with "sys/". MFC after: 3 days
This commit is contained in:
parent
cd9c993950
commit
b8797aec6f
1 changed files with 3 additions and 3 deletions
|
|
@ -28,7 +28,7 @@
|
|||
.\"
|
||||
.\" $FreeBSD$
|
||||
.\"
|
||||
.Dd January 7, 2005
|
||||
.Dd January 24, 2015
|
||||
.Dt SYSCALL_MODULE 9
|
||||
.Os
|
||||
.Sh NAME
|
||||
|
|
@ -46,8 +46,8 @@ The
|
|||
.Fn SYSCALL_MODULE
|
||||
macro declares a new syscall.
|
||||
.Fn SYSCALL_MODULE
|
||||
expands into a kernel module declaration named as
|
||||
.Fa name .
|
||||
expands into a kernel module declaration with name
|
||||
.Ql sys/ Ns Fa name .
|
||||
.Pp
|
||||
The rest of the arguments expected by this macro are:
|
||||
.Bl -tag -width ".Fa new_sysent"
|
||||
|
|
|
|||
Loading…
Reference in a new issue