From 81c42fccd43d253b039fdce53362ae041dca51fb Mon Sep 17 00:00:00 2001 From: maxim Date: Mon, 20 Jan 2003 11:28:41 +0000 Subject: o Fix a typo. o Prepend a function name by .Fn macro. Reviewed by: archie --- lib/libc/sys/kse.2 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'lib/libc') diff --git a/lib/libc/sys/kse.2 b/lib/libc/sys/kse.2 index 56ab979..91eba75 100644 --- a/lib/libc/sys/kse.2 +++ b/lib/libc/sys/kse.2 @@ -282,7 +282,7 @@ there is a new reason to do so, e.g., a previously blocked thread becomes runnable. If successful, .Fn kse_release -does not return o the caller. +does not return to the caller. .Pp The .Fn kse_wakeup @@ -507,7 +507,8 @@ may contain any of the following bits OR'ed together: .El .Sh RETURN VALUES The -.Fn kse_create , kse_wakeup , +.Fn kse_create , +.Fn kse_wakeup , and .Fn kse_thr_interrupt system calls -- cgit v1.1