summaryrefslogtreecommitdiffstats
path: root/lib/libc
diff options
context:
space:
mode:
authormaxim <maxim@FreeBSD.org>2003-01-20 11:28:41 +0000
committermaxim <maxim@FreeBSD.org>2003-01-20 11:28:41 +0000
commit81c42fccd43d253b039fdce53362ae041dca51fb (patch)
treef0a9804dd62310244b0d5c03de4f3eb13633179d /lib/libc
parent1879cc94a829e28b90a5457419565fe801290b08 (diff)
downloadFreeBSD-src-81c42fccd43d253b039fdce53362ae041dca51fb.zip
FreeBSD-src-81c42fccd43d253b039fdce53362ae041dca51fb.tar.gz
o Fix a typo.
o Prepend a function name by .Fn macro. Reviewed by: archie
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/sys/kse.25
1 files changed, 3 insertions, 2 deletions
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
OpenPOWER on IntegriCloud