Subject: misc/8919:
To: None <gnats-bugs@gnats.netbsd.org>
From: None <dogcow@redback.com>
List: netbsd-bugs
Date: 11/29/1999 15:12:42
>Number:         8919
>Category:       misc
>Synopsis:       
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    misc-bug-people (Misc Bug People)
>State:          open
>Class:          doc-bug
>Submitter-Id:   net
>Arrival-Date:   Mon Nov 29 15:12:00 1999
>Last-Modified:
>Originator:     Tom Spindler
>Organization:
Redback Networks
	
>Release:        <NetBSD-current source date>1.4.1
>Environment:
	
System: NetBSD quest.redbacknetworks.com 1.4.1 NetBSD 1.4.1 (GENERIC) #1: Tue Aug 10 00:03:09 MEST 1999 fvdl@struis:/usr/src/sys/arch/i386/compile/GENERIC i386


>Description:
the manpage for yp_bind(3) does not indicate you need to #include <rpc/rpc.h>
	
>How-To-Repeat:
man 3 yp_bind
attempt to compile program
	
>Fix:

--- /usr/share/man/man3/yp_bind.3	Thu Feb  5 10:51:15 1998
+++ /tmp/yp_bind.3	Mon Nov 29 15:06:59 1999
@@ -54,6 +54,7 @@
 .Lb libc
 .Sh SYNOPSIS
 .Fd #include <sys/types.h>
+.Fd #include <rpc/rpc.h>
 .Fd #include <rpcsvc/ypclnt.h>
 .Fd #include <rpcsvc/yp_prot.h>
 .Ft int
	
>Audit-Trail:
>Unformatted:
yp_bind(3) manpage missing #include