diff options
author | Ruslan Ermilov <ru@FreeBSD.org> | 2001-10-01 16:09:29 +0000 |
---|---|---|
committer | Ruslan Ermilov <ru@FreeBSD.org> | 2001-10-01 16:09:29 +0000 |
commit | 32eef9aeb1f39a1623cea55da147c89abbd5b9a5 (patch) | |
tree | 0ba5da0413d7f6bd39551fb636861f2919892751 /share/man/man9/SYSCALL_MODULE.9 | |
parent | f2ac7de925431ada9eb55447031e673f8c4e6257 (diff) |
mdoc(7) police: Use the new .In macro for #include statements.
Notes
Notes:
svn path=/head/; revision=84306
Diffstat (limited to 'share/man/man9/SYSCALL_MODULE.9')
-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 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 |