git: 004b0aa86967 - main - vt.4: clarify that a KMS driver switches to graphics mode

From: Ed Maste <emaste_at_FreeBSD.org>
Date: Mon, 14 Feb 2022 19:05:16 UTC
The branch main has been updated by emaste:

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

commit 004b0aa86967213d0773ec95b5efd28d8a3c9538
Author:     Ed Maste <emaste@FreeBSD.org>
AuthorDate: 2022-02-14 19:03:52 +0000
Commit:     Ed Maste <emaste@FreeBSD.org>
CommitDate: 2022-02-14 19:05:09 +0000

    vt.4: clarify that a KMS driver switches to graphics mode
    
    PR:             261909
    MFC after:      3 days
    Sponsored by:   The FreeBSD Foundation
---
 share/man/man4/vt.4 | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/share/man/man4/vt.4 b/share/man/man4/vt.4
index c31eae0ec274..bee7ef4e6f45 100644
--- a/share/man/man4/vt.4
+++ b/share/man/man4/vt.4
@@ -24,7 +24,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd November 3, 2021
+.Dd February 14, 2022
 .Dt "VT" 4
 .Os
 .Sh NAME
@@ -197,6 +197,9 @@ prompt or in
 Set to 1 to use virtual terminals in text mode instead of graphics mode.
 Features that require graphics mode, like loadable fonts, will be
 disabled.
+.Pp
+If a KMS driver is loaded the console will switch to (and remain in)
+graphics mode.
 .It Va hw.vga.acpi_ignore_no_vga
 Set to 1 to force the usage of the VGA driver regardless of whether
 ACPI IAPC_BOOT_ARCH signals no VGA support.