From nobody@FreeBSD.org  Mon Sep 20 13:58:16 2010
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 0B471106566C
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 20 Sep 2010 13:58:16 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id EFFB98FC15
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 20 Sep 2010 13:58:15 +0000 (UTC)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.3/8.14.3) with ESMTP id o8KDwF7O006973
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 20 Sep 2010 13:58:15 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.3/8.14.3/Submit) id o8KDwF1U006972;
	Mon, 20 Sep 2010 13:58:15 GMT
	(envelope-from nobody)
Message-Id: <201009201358.o8KDwF1U006972@www.freebsd.org>
Date: Mon, 20 Sep 2010 13:58:15 GMT
From: pluknet <pluknet@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [patch] nxge(4) typo
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         150756
>Category:       docs
>Synopsis:       [patch] nxge(4) typo
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pluknet
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Sep 20 14:00:16 UTC 2010
>Closed-Date:    Thu Oct 21 10:30:32 UTC 2010
>Last-Modified:  Thu Oct 21 10:30:32 UTC 2010
>Originator:     pluknet
>Release:        FreeBSD 7.2-STABLE
>Organization:
>Environment:
>Description:
There is a typo in man nxge:
"...  Receive Offlaod (LRO), Jumbo Frames (5 buffer mode)..."

Offlaod -> Offload

Applicable back to RELENG_7.
>How-To-Repeat:
man nxge
>Fix:


Patch attached with submission follows:

Index: nxge.4
===================================================================
--- nxge.4	(revision 209664)
+++ nxge.4	(working copy)
@@ -49,7 +49,7 @@
 .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


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-doc->gjb 
Responsible-Changed-By: gjb 
Responsible-Changed-When: Mon Sep 20 14:04:34 UTC 2010 
Responsible-Changed-Why:  
I'll take this. 


http://www.freebsd.org/cgi/query-pr.cgi?pr=150756 
Responsible-Changed-From-To: gjb->pluknet 
Responsible-Changed-By: gjb 
Responsible-Changed-When: Mon Oct 18 12:47:47 UTC 2010 
Responsible-Changed-Why:  
Submitter is now a committer. 


http://www.freebsd.org/cgi/query-pr.cgi?pr=150756 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/150756: commit references a PR
Date: Mon, 18 Oct 2010 14:13:24 +0000 (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"
 
State-Changed-From-To: open->patched 
State-Changed-By: pluknet 
State-Changed-When: Mon Oct 18 14:22:19 UTC 2010 
State-Changed-Why:  
Fixed in HEAD. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=150756 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/150756: commit references a PR
Date: Thu, 21 Oct 2010 10:11:46 +0000 (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"
 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/150756: commit references a PR
Date: Thu, 21 Oct 2010 10:13:56 +0000 (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"
 
State-Changed-From-To: patched->closed 
State-Changed-By: pluknet 
State-Changed-When: Thu Oct 21 10:30:01 UTC 2010 
State-Changed-Why:  
Merged to 8 and 7. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=150756 
>Unformatted:
