Bug 89256

Summary: broken reference in pfsync(4) manpage
Product: Documentation Reporter: Pim van Pelt <pim>
Component: Books & ArticlesAssignee: Ceri Davies <ceri>
Status: Closed FIXED    
Severity: Affects Only Me CC: pim
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Pim van Pelt 2005-11-18 22:10:22 UTC
	manpage of pfsync refers to ifconfig(8) and an option to 
	specify maximum amount of updates to collapse into a single
	update (maxupd). ifconfig(8) is missing this option.

Fix: 

update ifconfig(8) to reflect on the maxupd option:

     maxupd n        If the driver is a pfsync(4) pseudo-device, indicate the
                     maximum number of updates for a single state which can be
                     collapsed into one.  This is an 8-bit number; the default
                     value is 128.

	(taken from openbsd's manpage).
How-To-Repeat: 	man pfsync; 
	search for 'maxupd', which refers to ifconfig(8); 
	man ifconfig; 
	search for 'maxupd' (which is missing).
Comment 1 Ceri Davies freebsd_committer freebsd_triage 2005-12-14 23:11:54 UTC
Responsible Changed
From-To: freebsd-doc->ceri

I will take care of this.
Comment 2 Ceri Davies freebsd_committer freebsd_triage 2005-12-16 11:38:36 UTC
State Changed
From-To: open->patched

Committed to HEAD, thanks.
Comment 3 Ceri Davies freebsd_committer freebsd_triage 2006-01-02 12:54:00 UTC
State Changed
From-To: patched->closed

MFC'd to RELENG_6; thanks for your support.