| Summary: | [patch] nxge(4) typo | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Documentation | Reporter: | pluknet <pluknet> | ||||
| Component: | Books & Articles | Assignee: | Sergey Kandaurov <pluknet> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | ||||||
| Priority: | Normal | ||||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
|
Description
pluknet
2010-09-20 15:00:16 UTC
Responsible Changed From-To: freebsd-doc->gjb I'll take this. Responsible Changed From-To: gjb->pluknet Submitter is now a committer. 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 Fixed in HEAD. 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" 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 Merged to 8 and 7. |