diff options
author | maxim <maxim@FreeBSD.org> | 2006-04-18 19:00:02 +0000 |
---|---|---|
committer | maxim <maxim@FreeBSD.org> | 2006-04-18 19:00:02 +0000 |
commit | bd8059b20280d7818906a78d0f91196214d9b734 (patch) | |
tree | ad2be3436bbdb85f279a29a873ae091b395f5c7b | |
parent | 6a2cfc7f2cfe8bf465f6eff118a5012bf974b473 (diff) | |
download | FreeBSD-src-bd8059b20280d7818906a78d0f91196214d9b734.zip FreeBSD-src-bd8059b20280d7818906a78d0f91196214d9b734.tar.gz |
o Describe what actually boot(8) -m mutes.
PR: docs/67893
Submitted by: Chris Pepper, Daniel Gerzo
MFC after: 2 weeks
-rw-r--r-- | sbin/reboot/boot_i386.8 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sbin/reboot/boot_i386.8 b/sbin/reboot/boot_i386.8 index bc1560d..2da97f7 100644 --- a/sbin/reboot/boot_i386.8 +++ b/sbin/reboot/boot_i386.8 @@ -239,7 +239,8 @@ See the man page for .Xr sio 4 for more details. .It Fl m -mute the console. +mute the console to suppress all console input and output during the +boot. .It Fl n ignore key press to interrupt boot before .Xr loader 8 |