From 3c5969ca27841c48cd7402e50e5712d0fc682ae2 Mon Sep 17 00:00:00 2001 From: Chris Costello Date: Sat, 13 Jan 2001 19:00:49 +0000 Subject: [PATCH] The prototype for cpu_switch() was changed in revision 1.111 of PR: 24311 Submitted by: Robert Drehmel --- share/man/man9/mi_switch.9 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/man/man9/mi_switch.9 b/share/man/man9/mi_switch.9 index f2e7d7bd7419..f18009c7d0a6 100644 --- a/share/man/man9/mi_switch.9 +++ b/share/man/man9/mi_switch.9 @@ -49,7 +49,7 @@ .Ft void .Fn mi_switch "void" .Ft void -.Fn cpu_switch "struct proc *p" +.Fn cpu_switch "void" .Sh DESCRIPTION The .Fn mi_switch