Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 3 Dec 2015 10:17:01 +0000 (UTC)
From:      Hans Petter Selasky <hselasky@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r291684 - head/share/man/man4
Message-ID:  <201512031017.tB3AH18o049736@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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 :



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201512031017.tB3AH18o049736>