Bug 50136

Summary: [PATCH] Fix minor typo in ifnet(9) manpage
Product: Documentation Reporter: Scott Mitchell <scott+freebsd>
Component: Books & ArticlesAssignee: Ceri Davies <ceri>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Scott Mitchell 2003-03-19 22:20:04 UTC
Minor typo if ifnet(9) manpage: refers to if_dont() function, should be
if_done().

Fix: Apply the following patch:
Comment 1 Ceri Davies freebsd_committer freebsd_triage 2003-03-19 22:27:43 UTC
State Changed
From-To: open->patched

Good catch.  I've committed the patch to HEAD, and will try 
to get approval for this to be in 4.8. 


Comment 2 Ceri Davies freebsd_committer freebsd_triage 2003-03-19 22:27:43 UTC
Responsible Changed
From-To: freebsd-doc->ceri

My MFC reminder.
Comment 3 Ceri Davies freebsd_committer freebsd_triage 2003-03-19 22:49:54 UTC
State Changed
From-To: patched->closed

The patch was MFC'd to RELENG_4. 
Thanks for your submission.