diff options
author | maxim <maxim@FreeBSD.org> | 2003-01-20 11:30:08 +0000 |
---|---|---|
committer | maxim <maxim@FreeBSD.org> | 2003-01-20 11:30:08 +0000 |
commit | 67e1984f47502760953288aafa2bbf410c45d8e9 (patch) | |
tree | 8f4e4482e30363f1abf3741f6ef968bf625fb4c1 /lib/libc | |
parent | dc9137bbd979dbcb834e09144336ab7a8cbfb202 (diff) | |
download | FreeBSD-src-67e1984f47502760953288aafa2bbf410c45d8e9.zip FreeBSD-src-67e1984f47502760953288aafa2bbf410c45d8e9.tar.gz |
Remove EOL whitespaces.
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/sys/kse.2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/sys/kse.2 b/lib/libc/sys/kse.2 index 91eba75..51d08e4 100644 --- a/lib/libc/sys/kse.2 +++ b/lib/libc/sys/kse.2 @@ -127,7 +127,7 @@ The KSE becomes .Sy unassigned , and the associated thread is suspended, when the KSE has an associated .Sy mailbox , -(see below) the thread has an associated +(see below) the thread has an associated .Sy thread mailbox , (also see below) and any of the following occurs: .Bl -bullet @@ -424,7 +424,7 @@ points to a linked list of user threads that have completed their work in the kernel since the last upcall. The user thread scheduler should put these threads back into its own runnable queue. -Each thread in a KSE group that completes a kernel operation +Each thread in a KSE group that completes a kernel operation (synchronous or asynchronous) that results in an upcall is guaranteed to be linked into exactly one KSE's .Va km_completed |