svn commit: r292189 - stable/10/share/man/man4

Hans Petter Selasky hselasky at FreeBSD.org
Mon Dec 14 09:55:15 UTC 2015


Author: hselasky
Date: Mon Dec 14 09:55:14 2015
New Revision: 292189
URL: https://svnweb.freebsd.org/changeset/base/292189

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

Modified:
  stable/10/share/man/man4/mlx5en.4
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/share/man/man4/mlx5en.4
==============================================================================
--- stable/10/share/man/man4/mlx5en.4	Mon Dec 14 09:53:18 2015	(r292188)
+++ stable/10/share/man/man4/mlx5en.4	Mon Dec 14 09:55:14 2015	(r292189)
@@ -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-stable mailing list