summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2005-01-29 20:05:07 +0000
committerru <ru@FreeBSD.org>2005-01-29 20:05:07 +0000
commite1559d6a6e3bb7682e3430dc78d25bd9d844a08b (patch)
tree408425be9c4b4a74deabc49ea2a16deda81a98cd /share
parent96c60208a9d5a5e1297bbaf2e508a7d2cadc462a (diff)
downloadFreeBSD-src-e1559d6a6e3bb7682e3430dc78d25bd9d844a08b.zip
FreeBSD-src-e1559d6a6e3bb7682e3430dc78d25bd9d844a08b.tar.gz
Start sentences from a capital letter.
Submitted by: Joel Dahl
Diffstat (limited to 'share')
-rw-r--r--share/man/man9/mi_switch.96
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man9/mi_switch.9 b/share/man/man9/mi_switch.9
index bfc2fbe..a602936 100644
--- a/share/man/man9/mi_switch.9
+++ b/share/man/man9/mi_switch.9
@@ -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.
OpenPOWER on IntegriCloud