aboutsummaryrefslogtreecommitdiff
path: root/share/man
diff options
context:
space:
mode:
authorAlexander Langer <alex@FreeBSD.org>2001-04-28 13:19:20 +0000
committerAlexander Langer <alex@FreeBSD.org>2001-04-28 13:19:20 +0000
commit63060b7aeff069b90d2fc4a39c7d7e3afe0a66b3 (patch)
treeb2e02ee20fcd94038a90e5ad2a8352c24bca0d3a /share/man
parent50c39ea7a5256205025d1b084549c73c77ed0850 (diff)
downloadsrc-63060b7aeff069b90d2fc4a39c7d7e3afe0a66b3.tar.gz
src-63060b7aeff069b90d2fc4a39c7d7e3afe0a66b3.zip
Improve description of "new_sysent".
Notes
Notes: svn path=/head/; revision=76102
Diffstat (limited to 'share/man')
-rw-r--r--share/man/man9/SYSCALL_MODULE.94
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