Bug 150756

Summary: [patch] nxge(4) typo
Product: Documentation Reporter: pluknet <pluknet>
Component: Books & ArticlesAssignee: Sergey Kandaurov <pluknet>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description pluknet 2010-09-20 15:00:16 UTC
There is a typo in man nxge:
"...  Receive Offlaod (LRO), Jumbo Frames (5 buffer mode)..."

Offlaod -> Offload

Applicable back to RELENG_7.

Fix: Patch attached with submission follows:
How-To-Repeat: man nxge
Comment 1 Glen Barber freebsd_committer freebsd_triage 2010-09-20 15:04:34 UTC
Responsible Changed
From-To: freebsd-doc->gjb

I'll take this.
Comment 2 Glen Barber freebsd_committer freebsd_triage 2010-10-18 13:47:47 UTC
Responsible Changed
From-To: gjb->pluknet

Submitter is now a committer.
Comment 3 dfilter service freebsd_committer freebsd_triage 2010-10-18 15:13:24 UTC
Author: pluknet
Date: Mon Oct 18 14:13:19 2010
New Revision: 214020
URL: http://svn.freebsd.org/changeset/base/214020

Log:
  Fix typo: Offlaod -> Offload.
  
  PR:		docs/150756
  Approved by:	avg (mentor)
  MFC after:	3 days

Modified:
  head/share/man/man4/nxge.4

Modified: head/share/man/man4/nxge.4
==============================================================================
--- head/share/man/man4/nxge.4	Mon Oct 18 12:35:48 2010	(r214019)
+++ head/share/man/man4/nxge.4	Mon Oct 18 14:13:19 2010	(r214020)
@@ -49,7 +49,7 @@ The
 .Nm
 driver provides support for Neterion Xframe-I and Xframe-II adapters.
 The driver supports TCP Segmentation Offload (TSO/LSO), 
-Large Receive Offlaod (LRO), Jumbo Frames (5 buffer mode), 
+Large Receive Offload (LRO), Jumbo Frames (5 buffer mode), 
 Header Separation (Rx 2 buffer mode), VLAN, and Promiscuous mode.
 .Pp
 For general information and support, please visit the Neterion support page
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"
Comment 4 Sergey Kandaurov freebsd_committer freebsd_triage 2010-10-18 15:22:19 UTC
State Changed
From-To: open->patched

Fixed in HEAD.
Comment 5 dfilter service freebsd_committer freebsd_triage 2010-10-21 11:11:46 UTC
Author: pluknet
Date: Thu Oct 21 10:11:39 2010
New Revision: 214126
URL: http://svn.freebsd.org/changeset/base/214126

Log:
  Fix typo: Offlaod -> Offload.
  
  PR:		docs/150756
  Approved by:	avg (mentor)

Modified:
  stable/8/share/man/man4/nxge.4
Directory Properties:
  stable/8/share/man/man4/   (props changed)

Modified: stable/8/share/man/man4/nxge.4
==============================================================================
--- stable/8/share/man/man4/nxge.4	Thu Oct 21 08:57:25 2010	(r214125)
+++ stable/8/share/man/man4/nxge.4	Thu Oct 21 10:11:39 2010	(r214126)
@@ -49,7 +49,7 @@ The
 .Nm
 driver provides support for Neterion Xframe-I and Xframe-II adapters.
 The driver supports TCP Segmentation Offload (TSO/LSO), 
-Large Receive Offlaod (LRO), Jumbo Frames (5 buffer mode), 
+Large Receive Offload (LRO), Jumbo Frames (5 buffer mode), 
 Header Separation (Rx 2 buffer mode), VLAN, and Promiscuous mode.
 .Pp
 For general information and support, please visit the Neterion support page
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"
Comment 6 dfilter service freebsd_committer freebsd_triage 2010-10-21 11:13:56 UTC
Author: pluknet
Date: Thu Oct 21 10:13:52 2010
New Revision: 214127
URL: http://svn.freebsd.org/changeset/base/214127

Log:
  MFC r214020:
  Fix typo: Offlaod -> Offload.
  
  PR:		docs/150756
  Approved by:	avg (mentor)

Modified:
  stable/7/share/man/man4/nxge.4
Directory Properties:
  stable/7/share/man/man4/   (props changed)

Modified: stable/7/share/man/man4/nxge.4
==============================================================================
--- stable/7/share/man/man4/nxge.4	Thu Oct 21 10:11:39 2010	(r214126)
+++ stable/7/share/man/man4/nxge.4	Thu Oct 21 10:13:52 2010	(r214127)
@@ -49,7 +49,7 @@ The
 .Nm
 driver provides support for Neterion Xframe-I and Xframe-II adapters.
 The driver supports TCP Segmentation Offload (TSO/LSO), 
-Large Receive Offlaod (LRO), Jumbo Frames (5 buffer mode), 
+Large Receive Offload (LRO), Jumbo Frames (5 buffer mode), 
 Header Separation (Rx 2 buffer mode), VLAN, and Promiscuous mode.
 .Pp
 For general information and support, please visit the Neterion support page
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"
Comment 7 Sergey Kandaurov freebsd_committer freebsd_triage 2010-10-21 11:30:01 UTC
State Changed
From-To: patched->closed

Merged to 8 and 7.