Start sentences from a capital letter.

Submitted by:	Joel Dahl
This commit is contained in:
Ruslan Ermilov 2005-01-29 20:05:07 +00:00
parent 73c58ad19d
commit 1de7d3e1db
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=140975

View File

@ -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.