svn commit: r346471 - in stable/11: sbin/reboot stand/man
Kyle Evans
kevans at FreeBSD.org
Sun Apr 21 03:15:13 UTC 2019
Author: kevans
Date: Sun Apr 21 03:15:11 2019
New Revision: 346471
URL: https://svnweb.freebsd.org/changeset/base/346471
Log:
MFC r333662: Clarify that boot_mute / boot -m mutes kernel console only
Perhaps RB_MUTE could mute user startup (rc) output as well, but right
now it mutes only kernel console output, so make the documentation match
reality.
PR: 228193
Modified:
stable/11/sbin/reboot/boot_i386.8
stable/11/stand/man/loader.8
Directory Properties:
stable/11/ (props changed)
Modified: stable/11/sbin/reboot/boot_i386.8
==============================================================================
--- stable/11/sbin/reboot/boot_i386.8 Sun Apr 21 02:36:01 2019 (r346470)
+++ stable/11/sbin/reboot/boot_i386.8 Sun Apr 21 03:15:11 2019 (r346471)
@@ -36,7 +36,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd November 14, 2014
+.Dd May 15, 2018
.Dt BOOT 8 i386
.Os
.Sh NAME
@@ -233,7 +233,7 @@ regardless of the
.Fl h
option described here.
.It Fl m
-mute the console to suppress all console input and output during the
+mute the console to suppress all kernel console input and output during the
boot.
.It Fl n
ignore key press to interrupt boot before
Modified: stable/11/stand/man/loader.8
==============================================================================
--- stable/11/stand/man/loader.8 Sun Apr 21 02:36:01 2019 (r346470)
+++ stable/11/stand/man/loader.8 Sun Apr 21 03:15:11 2019 (r346471)
@@ -24,7 +24,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd July 30, 2018
+.Dd April 20, 2019
.Dt LOADER 8
.Os
.Sh NAME
@@ -390,7 +390,7 @@ by the
.Xr conscontrol 8
utility.
.It Va boot_mute
-All console output is suppressed when console is muted.
+All kernel console output is suppressed when console is muted.
In a running system, the state of console muting can be manipulated by the
.Xr conscontrol 8
utility.
More information about the svn-src-all
mailing list