aboutsummaryrefslogtreecommitdiff
path: root/share/man/man9/SYSCALL_MODULE.9
diff options
context:
space:
mode:
Diffstat (limited to 'share/man/man9/SYSCALL_MODULE.9')
-rw-r--r--share/man/man9/SYSCALL_MODULE.96
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man9/SYSCALL_MODULE.9 b/share/man/man9/SYSCALL_MODULE.9
index 8e72201e7ee8..426588489af3 100644
--- a/share/man/man9/SYSCALL_MODULE.9
+++ b/share/man/man9/SYSCALL_MODULE.9
@@ -35,9 +35,9 @@
.Nm SYSCALL_MODULE
.Nd syscall kernel module declaration macro
.Sh SYNOPSIS
-.Fd #include <sys/proc.h>
-.Fd #include <sys/module.h>
-.Fd #include <sys/sysent.h>
+.In sys/proc.h
+.In sys/module.h
+.In sys/sysent.h
.Fn SYSCALL_MODULE name "int *offset" "struct sysent new_sysent" "modeventhand_t evh" "void *arg"
.Sh DESCRIPTION
The