diff options
author | markj <markj@FreeBSD.org> | 2015-01-25 00:36:42 +0000 |
---|---|---|
committer | markj <markj@FreeBSD.org> | 2015-01-25 00:36:42 +0000 |
commit | ff6d41472cb33ca8ba6156edf06009c5eeea42b4 (patch) | |
tree | 7cd7c42a742ec779c617de455031dfa4020677b3 | |
parent | 054aba9acd5684d6e8eb1857c351530437afc0fe (diff) | |
download | FreeBSD-src-ff6d41472cb33ca8ba6156edf06009c5eeea42b4.zip FreeBSD-src-ff6d41472cb33ca8ba6156edf06009c5eeea42b4.tar.gz |
Document the fact that modules declared with SYSCALL_MODULE(9) have their
names prefixed with "sys/".
MFC after: 3 days
-rw-r--r-- | share/man/man9/SYSCALL_MODULE.9 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man9/SYSCALL_MODULE.9 b/share/man/man9/SYSCALL_MODULE.9 index b803bce..eb90aeb 100644 --- a/share/man/man9/SYSCALL_MODULE.9 +++ b/share/man/man9/SYSCALL_MODULE.9 @@ -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" |