Bug 36471

Summary: typo in ng_ether(4)
Product: Documentation Reporter: John Nielsen <zoobie>
Component: Books & ArticlesAssignee: freebsd-doc (Nobody) <doc>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description John Nielsen 2002-03-29 07:50:01 UTC
      The second example in the EXAMPLES section says "ed0" instead of "fxp0" the first time it refers to the interface but not the second:

"This command sends the contents of foo.pkt out the interface ed0:
   cat foo.pkt | nghook fxp0: orphans"

Fix: 

Replace "ed0" with "fxp0" on line 187 of src/share/man/man4/ng_ether.4.
How-To-Repeat:       man 4 ng_ether
Comment 1 dd freebsd_committer freebsd_triage 2002-03-30 23:23:51 UTC
State Changed
From-To: open->closed

Fixed, thanks.