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.