diff options
author | Alexander Langer <alex@FreeBSD.org> | 2001-04-28 13:19:20 +0000 |
---|---|---|
committer | Alexander Langer <alex@FreeBSD.org> | 2001-04-28 13:19:20 +0000 |
commit | 63060b7aeff069b90d2fc4a39c7d7e3afe0a66b3 (patch) | |
tree | b2e02ee20fcd94038a90e5ad2a8352c24bca0d3a /share/man/man9/SYSCALL_MODULE.9 | |
parent | 50c39ea7a5256205025d1b084549c73c77ed0850 (diff) |
Improve description of "new_sysent".
Notes
Notes:
svn path=/head/; revision=76102
Diffstat (limited to 'share/man/man9/SYSCALL_MODULE.9')
-rw-r--r-- | share/man/man9/SYSCALL_MODULE.9 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man9/SYSCALL_MODULE.9 b/share/man/man9/SYSCALL_MODULE.9 index 85976ed0f93e..8e72201e7ee8 100644 --- a/share/man/man9/SYSCALL_MODULE.9 +++ b/share/man/man9/SYSCALL_MODULE.9 @@ -56,8 +56,8 @@ where the syscall is allocated. .Pp .Fa new_sysent -specifies the function and the number of arguments this function -needs (see +specifies the function implementing the syscall and the number of +arguments this function needs (see .Aq Pa sys/sysent.h ) . .Pp .Fa evh |