svn commit: r291684 - head/share/man/man4

Hans Petter Selasky hselasky at FreeBSD.org
Thu Dec 3 10:17:02 UTC 2015


Author: hselasky
Date: Thu Dec  3 10:17:01 2015
New Revision: 291684
URL: https://svnweb.freebsd.org/changeset/base/291684

Log:
  Update the mlx5en(4) manual page.
  
  MFC after:	1 week
  Submitted by:	Mark Bloch <markb at mellanox.com>
  Sponsored by:	Mellanox Technologies
  Differential Revision:	https://reviews.freebsd.org/D4348

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

Modified: head/share/man/man4/mlx5en.4
==============================================================================
--- head/share/man/man4/mlx5en.4	Thu Dec  3 09:37:20 2015	(r291683)
+++ head/share/man/man4/mlx5en.4	Thu Dec  3 10:17:01 2015	(r291684)
@@ -24,7 +24,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd November 22, 2015
+.Dd December 3, 2015
 .Dt mlx5en 4
 .Os
 .Sh NAME
@@ -40,6 +40,12 @@ kernel configuration file:
 .Cd "device mlx5en"
 .Ed
 .Pp
+To load the driver as a module at run-time,
+run the following command as root:
+.Bd -literal -offset indent
+kldload mlx5en
+.Ed
+.Pp
 To load the driver as a
 module at boot time, place the following lines in
 .Xr loader.conf 5 :


More information about the svn-src-all mailing list