Subject: kern/32932: return type is wrong in manual page for bread()
To: None <kern-bug-people@netbsd.org, gnats-admin@netbsd.org,>
From: None <GeorgePS@XMission.com>
List: netbsd-bugs
Date: 02/26/2006 08:55:00
>Number: 32932
>Category: kern
>Synopsis: return type is wrong in manual page for bread()
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: kern-bug-people
>State: open
>Class: doc-bug
>Submitter-Id: net
>Arrival-Date: Sun Feb 26 08:55:00 +0000 2006
>Originator: George Peter Staplin
>Release: 3.0_RC5
>Organization:
>Environment:
>Description:
This shouldn't return void in the manual page:
void bread(struct vnode *vp, daddr_t blkno, int size, struct ucred *cred, struct buf **bpp);
>How-To-Repeat:
>Fix:
Change the return type from void to int in the manual.