From 840ca63582e42726f2f796d850eb343bf264e963 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 (cherry picked from commit fb91b9858080143b56ba637ab3c8954f3f94694a) --- 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 3416ce0cca7..bd583abf8a9 100644 --- a/share/man/man4/vt.4 +++ b/share/man/man4/vt.4 @@ -54,6 +54,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 @@ -302,6 +303,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