diff options
author | Ruslan Ermilov <ru@FreeBSD.org> | 2003-09-08 19:57:22 +0000 |
---|---|---|
committer | Ruslan Ermilov <ru@FreeBSD.org> | 2003-09-08 19:57:22 +0000 |
commit | fe08efe680f6705e0c60beabe3e39629c655e743 (patch) | |
tree | f208c0020248a2800766b91d7bf24e0234629b8b /share/man/man9/SYSCALL_MODULE.9 | |
parent | 6ce729e14d938bbc580c6eec5c6defc287ffd298 (diff) |
mdoc(7): Use the new feature of the .In macro.
Notes
Notes:
svn path=/head/; revision=119893
Diffstat (limited to 'share/man/man9/SYSCALL_MODULE.9')
-rw-r--r-- | share/man/man9/SYSCALL_MODULE.9 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/man/man9/SYSCALL_MODULE.9 b/share/man/man9/SYSCALL_MODULE.9 index b5c87a06dd38..434ea477c507 100644 --- a/share/man/man9/SYSCALL_MODULE.9 +++ b/share/man/man9/SYSCALL_MODULE.9 @@ -60,7 +60,7 @@ syscall is allocated. .Fa new_sysent specifies the function implementing the syscall and the number of arguments this function needs (see -.Aq Pa sys/sysent.h ) . +.In sys/sysent.h ) . .Pp .Fa evh is a pointer to the kernel module event handler function with the argument |