git: fb91b9858080 - main - vt.4: document kern.consmute

From: Warner Losh <imp_at_FreeBSD.org>
Date: Fri, 29 Nov 2024 21:39:22 UTC
The branch main has been updated by imp:

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

commit fb91b9858080143b56ba637ab3c8954f3f94694a
Author:     Alexander Ziaee <concussious@runbox.com>
AuthorDate: 2024-11-08 00:51:50 +0000
Commit:     Warner Losh <imp@FreeBSD.org>
CommitDate: 2024-11-29 21:38:35 +0000

    vt.4: document kern.consmute
    
    MFC after:      3 days
    
    Reviewed by: imp
    Pull Request: https://github.com/freebsd/freebsd-src/pull/1521
---
 share/man/man4/vt.4 | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/share/man/man4/vt.4 b/share/man/man4/vt.4
index d3d3c4b38013..ad050bdd0d59 100644
--- a/share/man/man4/vt.4
+++ b/share/man/man4/vt.4
@@ -56,6 +56,7 @@ In
 In
 .Xr loader.conf 5 or
 .Xr sysctl.conf 5 :
+.Cd kern.consmute=1
 .Cd kern.vt.kbd_halt=1
 .Cd kern.vt.kbd_poweroff=1
 .Cd kern.vt.kbd_reboot=1
@@ -319,6 +320,8 @@ prompt, set in
 or changed at runtime with
 .Xr sysctl 8 .
 .Bl -tag -width indent
+.It Va kern.consmute
+Disable printing kernel messages to the system console.
 .It Va kern.vt.enable_bell
 Enable the terminal bell.
 .El