Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 9 Feb 2022 21:22:58 GMT
From:      Ed Maste <emaste@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: f8c4b7228e54 - stable/13 - mgb: Update man page wrt state of the driver
Message-ID:  <202202092122.219LMw9f042208@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by emaste:

URL: https://cgit.FreeBSD.org/src/commit/?id=f8c4b7228e5464afa44b7320ff73d4a01af856c2

commit f8c4b7228e5464afa44b7320ff73d4a01af856c2
Author:     Ed Maste <emaste@FreeBSD.org>
AuthorDate: 2021-09-28 20:27:28 +0000
Commit:     Ed Maste <emaste@FreeBSD.org>
CommitDate: 2022-02-09 21:22:20 +0000

    mgb: Update man page wrt state of the driver
    
    Be explicit that the driver has caveats and limitations, and remove the
    note about not being connected to the build: I plan to connect it soon.
    (Also the note serves no real purpose in a man page that is not
    installed.)
    
    MFC after:      1 week
    Sponsored by:   The FreeBSD Foundation
    
    (cherry picked from commit 667ea7385d9ce45c376260e9c2c893c51514e25e)
---
 share/man/man4/mgb.4 | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/share/man/man4/mgb.4 b/share/man/man4/mgb.4
index f491595b257e..6b3cafa5c63d 100644
--- a/share/man/man4/mgb.4
+++ b/share/man/man4/mgb.4
@@ -23,7 +23,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd May 2, 2019
+.Dd September 28, 2021
 .Dt MGB 4
 .Os
 .Sh NAME
@@ -38,7 +38,8 @@ if_mgb_load="YES"
 .Sh DESCRIPTION
 The
 .Nm
-driver is experimental, and is not yet connected to the build.
+driver is experimental, and has a number of caveats and limitations.
+It is currently available only as a kernel module.
 .Pp
 The
 .Nm



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