Bug 35291

Summary: of/or typo in nge(4) manpage
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-02-25 01:30:01 UTC
      The second paragraph of the DESCRIPTION portion of the nge(4) manpage says "...copper of 1000baseX fiber..." and it should say "...copper or 1000baseX fiber...".

Fix: 

Change "of" to "or" on line 70 of src/share/man/nge.4.
How-To-Repeat:       man 4 nge
Comment 1 darklogik 2002-02-25 22:02:26 UTC
--- nge.4.old	Mon Feb 25 16:57:14 2002
+++ nge.4	Mon Feb 25 16:58:21 2002
@@ -67,7 +67,7 @@
 All of these NICs are capable of 10, 100 and 1000mbps speeds over CAT5
 copper cable.
 The DP83820 supports TBI (ten bit interface) and GMII
-transceivers, which means it can be used with either copper of 1000baseX
+transceivers, which means it can be used with either copper or 1000baseX
 fiber applications.
 The DP83820 supports TCP/IP checksum offload and
 VLAN tagging/insertion as well as a 2048-bit multicast hash filter
Comment 2 Bruce A. Mah freebsd_committer freebsd_triage 2002-03-01 17:31:16 UTC
State Changed
From-To: open->closed

Committed to HEAD and RELENG_4, thanks!