svn commit: r355251 - stable/11/share/man/man4

Navdeep Parhar np at FreeBSD.org
Sat Nov 30 20:43:31 UTC 2019


Author: np
Date: Sat Nov 30 20:43:30 2019
New Revision: 355251
URL: https://svnweb.freebsd.org/changeset/base/355251

Log:
  MFC r354110:
  
  Fix typo in cxgbe.4.

Modified:
  stable/11/share/man/man4/cxgbe.4
Directory Properties:
  stable/11/   (props changed)

Modified: stable/11/share/man/man4/cxgbe.4
==============================================================================
--- stable/11/share/man/man4/cxgbe.4	Sat Nov 30 20:42:18 2019	(r355250)
+++ stable/11/share/man/man4/cxgbe.4	Sat Nov 30 20:43:30 2019	(r355251)
@@ -31,7 +31,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd Sep 24, 2018
+.Dd Oct 25, 2019
 .Dt CXGBE 4
 .Os
 .Sh NAME
@@ -291,7 +291,7 @@ Settings can be displayed and controlled on a per-port
 dev.<port>.X.pause_settings sysctl.
 .It Va hw.cxgbe.fec
 FEC (Forward Error Correction) settings.
-0 diables FEC.
+0 disables FEC.
 Bit 0 enables RS FEC, bit 1 enables BASE-R FEC (aka Firecode FEC).
 The default is -1 which lets the driver pick a value.
 This tunable establishes the default FEC settings for all ports.


More information about the svn-src-stable mailing list