Bug 63215

Summary: Wrong prototypes in mi_switch(9) (ref docs/24311)
Product: Documentation Reporter: Rebecca Cran <bcran>
Component: Books & ArticlesAssignee: Jeff Roberson <jeff>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Rebecca Cran freebsd_committer freebsd_triage 2004-02-22 13:10:12 UTC
The function prototypes in mi_switch(9) for cpu_switch and mi_switch
are wrong.   The man page says they shouldn't take any arguments, but
now mi_switch takes 'int flags' where 'flags' is one of SW_VOL or
SW_INVOL.   cpu_switch now takes 'struct thread *old, struct thread *new'
arguments.

Fix: 

man page needs re-structured to explain mi_switch flags and cpu_switch
parameters.
How-To-Repeat: man mi_switch
Comment 1 Tom Rhodes freebsd_committer freebsd_triage 2008-01-26 10:35:57 UTC
Responsible Changed
From-To: freebsd-doc->jeff

Jeff added the new flags to mi_switch(), pass this over to him.
Comment 2 Maxim Konovalov freebsd_committer freebsd_triage 2010-09-01 09:47:47 UTC
State Changed
From-To: open->closed

Obsoleted by docs/149574.