Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 May 2018 02:15:19 +0000 (UTC)
From:      Ed Maste <emaste@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r333662 - in head: sbin/reboot stand/man
Message-ID:  <201805160215.w4G2FJYm055913@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: emaste
Date: Wed May 16 02:15:18 2018
New Revision: 333662
URL: https://svnweb.freebsd.org/changeset/base/333662

Log:
  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
  Sponsored by:	The FreeBSD Foundation

Modified:
  head/sbin/reboot/boot_i386.8
  head/stand/man/loader.8

Modified: head/sbin/reboot/boot_i386.8
==============================================================================
--- head/sbin/reboot/boot_i386.8	Wed May 16 01:55:52 2018	(r333661)
+++ head/sbin/reboot/boot_i386.8	Wed May 16 02:15:18 2018	(r333662)
@@ -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: head/stand/man/loader.8
==============================================================================
--- head/stand/man/loader.8	Wed May 16 01:55:52 2018	(r333661)
+++ head/stand/man/loader.8	Wed May 16 02:15:18 2018	(r333662)
@@ -24,7 +24,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd November 18, 2015
+.Dd May 15, 2018
 .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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201805160215.w4G2FJYm055913>