Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 14 Oct 2023 00:03:24 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: a5767639a1cb - releng/14.0 - udl.4: note that "device videomode" is also required
Message-ID:  <202310140003.39E03Ot8050462@gitrepo.freebsd.org>

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

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

commit a5767639a1cbe6a61c8c532b4e564786c00cbf35
Author:     Archimedes Gaviola <archimedes.gaviola@gmail.com>
AuthorDate: 2023-09-09 17:39:17 +0000
Commit:     Ed Maste <emaste@FreeBSD.org>
CommitDate: 2023-10-13 23:17:58 +0000

    udl.4: note that "device videomode" is also required
    
    Reviewed by:    emaste
    
    (cherry picked from commit 9888a79adad22ba06b5aff17d05abac0029c537a)
    (cherry picked from commit 9200ca25d9d251d720e8b5263e5aa2fb8ba2e68d)
    
    Approved by:    re (gjb)
---
 share/man/man4/udl.4 | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/share/man/man4/udl.4 b/share/man/man4/udl.4
index fa6e96343a2a..b2cfeba2489c 100644
--- a/share/man/man4/udl.4
+++ b/share/man/man4/udl.4
@@ -14,7 +14,7 @@
 .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
 .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
 .\"
-.Dd February 15, 2015
+.Dd September 9, 2023
 .Dt UDL 4
 .Os
 .Sh NAME
@@ -22,10 +22,11 @@
 .Nd DisplayLink DL-120 / DL-160 USB display devices
 .Sh SYNOPSIS
 To compile this driver into the kernel,
-place the following line in your
+place the following lines in your
 kernel configuration file:
 .Bd -ragged -offset indent
 .Cd "device udl"
+.Cd "device videomode"
 .Ed
 .Pp
 Alternatively, to load the driver as a



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