Author: ngie Date: Mon Nov 23 00:39:48 2015 New Revision: 291168 URL: https://svnweb.freebsd.org/changeset/base/291168
Log: - Fix bad double space between HW and LRO - Fix improperly capitalized `interface` MFC after: 1 week Modified: head/share/man/man4/mlx5en.4 Modified: head/share/man/man4/mlx5en.4 ============================================================================== --- head/share/man/man4/mlx5en.4 Sun Nov 22 23:16:15 2015 (r291167) +++ head/share/man/man4/mlx5en.4 Mon Nov 23 00:39:48 2015 (r291168) @@ -53,10 +53,10 @@ driver provides support for PCI Express ConnectX-4 and ConnectX-4 LX. The driver supports Jumbo Frames, Transmit/Receive checksum offload, TCP segmentation offload (TSO), Large Receive Offload (LRO), -HW Large Receive Offload (HW LRO), VLAN tag insertion/extraction, +HW Large Receive Offload (HW LRO), VLAN tag insertion/extraction, VLAN checksum offload, VLAN TSO, and Receive Side Steering (RSS). .br -The network Interface is named mce. +The network interface is named mce. .br For further hardware information and questions related to hardware requirements, see _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "[email protected]"
