From fb91b9858080143b56ba637ab3c8954f3f94694a Mon Sep 17 00:00:00 2001 From: Alexander Ziaee Date: Thu, 7 Nov 2024 19:51:50 -0500 Subject: [PATCH] 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