Start sentences from a capital letter.
Submitted by: Joel Dahl
This commit is contained in:
parent
bc23d3e1fa
commit
fbba317760
@ -65,7 +65,7 @@ The various major uses of
|
||||
can be enumerated as follows:
|
||||
.Bl -enum -offset indent
|
||||
.It
|
||||
from within
|
||||
From within
|
||||
.Xr sleep 9 ,
|
||||
.Xr tsleep 9
|
||||
and
|
||||
@ -74,7 +74,7 @@ when the current thread
|
||||
voluntarily relinquishes the CPU to wait for some resource to become
|
||||
available.
|
||||
.It
|
||||
after handling a trap
|
||||
After handling a trap
|
||||
(e.g.\& a system call, device interrupt)
|
||||
when the kernel prepares a return to user-mode execution.
|
||||
This case is
|
||||
@ -86,7 +86,7 @@ communicated by the machine independent scheduling routines by calling
|
||||
the machine defined
|
||||
.Fn need_resched .
|
||||
.It
|
||||
in the signal handling code
|
||||
In the signal handling code
|
||||
(see
|
||||
.Xr issignal 9 )
|
||||
if a signal is delivered that causes a process to stop.
|
||||
|
Loading…
Reference in New Issue
Block a user