From 1de7d3e1db2f5850895906c32d884d68681a610f Mon Sep 17 00:00:00 2001 From: Ruslan Ermilov Date: Sat, 29 Jan 2005 20:05:07 +0000 Subject: [PATCH] Start sentences from a capital letter. Submitted by: Joel Dahl --- share/man/man9/mi_switch.9 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/share/man/man9/mi_switch.9 b/share/man/man9/mi_switch.9 index bfc2fbe0e363..a60293670701 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.