Bug 24311

Summary: Wrong prototype in mi_switch(9) man page.
Product: Documentation Reporter: Robert Drehmel <robert>
Component: Books & ArticlesAssignee: freebsd-doc (Nobody) <doc>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Robert Drehmel 2001-01-13 18:30:00 UTC
The function prototype for the cpu_switch function in its
man page is wrong.  mi_switch(9) says
``cpu_switch(struct proc *)'' but according to <sys/proc.h>,
it has to be ``cpu_switch(void)''.

How-To-Repeat: 
man cpu_switch
Comment 1 chris freebsd_committer freebsd_triage 2001-01-13 19:01:35 UTC
State Changed
From-To: open->closed

Committed in revision 1.9 of mi_switch.9.  Thanks!