diff options
author | Ed Maste <emaste@FreeBSD.org> | 2023-09-07 15:10:33 +0000 |
---|---|---|
committer | Ed Maste <emaste@FreeBSD.org> | 2023-09-09 15:09:42 +0000 |
commit | b67ff0e3cfb9da85332377956f200ee7326963f3 (patch) | |
tree | dd708dab9b452c6b7f0c180d58da71de20755ef8 | |
parent | 4b22565f8598f2890d41e179fd36a0845f781262 (diff) |
syscons: refer to it as the legacy console
vt(4) is the default console, and although there is no firm deprecation
plan for syscons(4) yet it it is not actively maintained and is not
compatible with contemporary systems (i.e., those booting via UEFI).
Reviewed by: manu
Sponsored by: The FreeBSD Foundation
(cherry picked from commit 2afef29b2c0b59182c6c1e133733943eafab714d)
-rw-r--r-- | share/man/man4/syscons.4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/man/man4/syscons.4 b/share/man/man4/syscons.4 index f9540ffe9bdc..19ecd5e3746e 100644 --- a/share/man/man4/syscons.4 +++ b/share/man/man4/syscons.4 @@ -30,7 +30,7 @@ .Sh NAME .Nm syscons , .Nm sc -.Nd the console driver +.Nd the legacy console driver .Sh SYNOPSIS .Cd "options MAXCONS=N" .Cd "options SC_ALT_MOUSE_IMAGE" |