docs/105720: rpcbind(8) manpage lacks mention of netconfig(5)

Jeremy Chadwick koitsu at FreeBSD.org
Tue Nov 21 17:09:26 UTC 2006


>Number:         105720
>Category:       docs
>Synopsis:       rpcbind(8) manpage lacks mention of netconfig(5)
>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:   Tue Nov 21 17:00:37 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Jeremy Chadwick
>Release:        FreeBSD 6.2-PRERELEASE i386
>Organization:
>Environment:
System: FreeBSD icarus.home.lan 6.2-PRERELEASE FreeBSD 6.2-PRERELEASE #0: Mon Oct 2 10:20:50 PDT 2006 root at icarus.home.lan:/usr/obj/usr/src/sys/ICARUS i386
>Description:
	The rpcbind(8) manpage has no mention of netconfig(5), which it uses
	to determine what protocol transports are available (udp vs. udp6, etc.).
>How-To-Repeat:
	n/a
>Fix:
	Apply below patch.


--- usr.sbin/rpcbind/rpcbind.8.orig	Tue Jan 18 12:02:43 2005
+++ usr.sbin/rpcbind/rpcbind.8	Tue Nov 21 08:47:37 2006
@@ -142,4 +142,5 @@
 .El
 .Sh SEE ALSO
 .Xr rpcbind 3 ,
+.Xr netconfig 5 ,
 .Xr rpcinfo 8
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-doc mailing list