Bug 105720

Summary: [patch] rpcbind(8) manpage lacks mention of netconfig(5)
Product: Documentation Reporter: Jeremy Chadwick <koitsu>
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 Jeremy Chadwick freebsd_committer freebsd_triage 2006-11-21 17:00:37 UTC
	The rpcbind(8) manpage has no mention of netconfig(5), which it uses
	to determine what protocol transports are available (udp vs. udp6, etc.).

Fix: Apply below patch.

How-To-Repeat: 	n/a
Comment 1 dfilter service freebsd_committer freebsd_triage 2006-11-29 09:01:43 UTC
maxim       2006-11-29 09:01:28 UTC

  FreeBSD src repository

  Modified files:
    usr.sbin/rpcbind     rpcbind.8 
  Log:
  o Xr netconfig(5).
  
  PR:             docs/105720
  Submitted by:   koitsu
  MFC after:      1 week
  
  Revision  Changes    Path
  1.8       +1 -0      src/usr.sbin/rpcbind/rpcbind.8
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 2 Maxim Konovalov freebsd_committer freebsd_triage 2006-11-29 09:01:49 UTC
State Changed
From-To: open->patched

Committed to HEAD.  Thanks!
Comment 3 Maxim Konovalov freebsd_committer freebsd_triage 2006-12-06 13:45:03 UTC
State Changed
From-To: patched->closed

Merged to RELENG_6.