From 63060b7aeff069b90d2fc4a39c7d7e3afe0a66b3 Mon Sep 17 00:00:00 2001 From: Alexander Langer Date: Sat, 28 Apr 2001 13:19:20 +0000 Subject: [PATCH] Improve description of "new_sysent". --- share/man/man9/SYSCALL_MODULE.9 | 4 ++-- 1 file 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