From owner-freebsd-doc Sat Jan 13 10:30:26 2001 Delivered-To: freebsd-doc@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 07CDD37B6A7 for ; Sat, 13 Jan 2001 10:30:05 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0DIU5046124; Sat, 13 Jan 2001 10:30:05 -0800 (PST) (envelope-from gnats) Received: from gizmo.quizbot.org (blndi5-212-144-192-133.arcor-ip.net [212.144.192.133]) by hub.freebsd.org (Postfix) with ESMTP id AEFD437B6A2 for ; Sat, 13 Jan 2001 10:23:59 -0800 (PST) Received: (from root@localhost) by gizmo.quizbot.org (8.11.0/8.11.0) id f0DIO6000844; Sat, 13 Jan 2001 19:24:06 +0100 (CET) (envelope-from root) Message-Id: <200101131824.f0DIO6000844@gizmo.quizbot.org> Date: Sat, 13 Jan 2001 19:24:06 +0100 (CET) From: Robert Drehmel To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: docs/24311: Wrong prototype in mi_switch(9) man page. Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 24311 >Category: docs >Synopsis: Wrong prototype in mi_switch(9) man page. >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-doc >State: open >Quarter: >Keywords: >Date-Required: >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Sat Jan 13 10:30:00 PST 2001 >Closed-Date: >Last-Modified: >Originator: Robert Drehmel >Release: FreeBSD 5.0-CURRENT i386 >Organization: >Environment: FreeBSD 5.0-CURRENT i386 >Description: 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 , it has to be ``cpu_switch(void)''. >How-To-Repeat: man cpu_switch >Fix: Index: mi_switch.9 =================================================================== RCS file: /home/ncvs/src/share/man/man9/mi_switch.9,v retrieving revision 1.8 diff -r1.8 mi_switch.9 52c52 < .Fn cpu_switch "struct proc *p" --- > .Fn cpu_switch "void" >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message