Mdoc fixes and clarification.

Submitted by: sheldonh
This commit is contained in:
Jonathan Lemon 2001-10-25 05:53:11 +00:00
parent cce33f59e8
commit 06279b5357
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=85464

View File

@ -33,31 +33,39 @@
.Nd control physical console devices .Nd control physical console devices
.Sh SYNOPSIS .Sh SYNOPSIS
.Nm .Nm
.Op list .Op Cm list
.Nm .Nm
.Ic mute .Cm mute on | off
.Ar on|off
.Nm .Nm
.Ic add|delete .Cm add | delete
.Ar console .Ar console
.Sh DESCRIPTION .Sh DESCRIPTION
.Nm Conscontrol The
is used to examine and modify the physical devices which back .Nm
utility is used to examine and modify the physical devices which back
the virtual console console devices. the virtual console console devices.
If no arguments are specified If no arguments
(or only the (or only the
.Ar list .Cm list
argument), command)
are specified,
the current console settings are shown. the current console settings are shown.
.Pp .Pp
There are two types of logical consoles; a high level console which There are two types of logical consoles; a high level console which
is represented by /dev/console, and a low level console. is represented by
The low level console is used for kernel printfs and debugger support, .Pa /dev/console , and a low level console.
while the high level console is used by user programs like syslog. The low level console is used for kernel
Multiple device support is implemented only for the low level console, .Xr printf 9
and
.Xr ddb 4
debugger support,
while the high level console is used by user programs like
.Xr syslogd 8 .
Multiple device support is implemented only for the low level console;
the high level console is set to the first device in the console list. the high level console is set to the first device in the console list.
.Pp .Pp
Multiple console support may be invoked by passing the kernel the Multiple console support may be invoked by passing the kernel the
.\" XXX The Fl macro doesn't really apply here
-D -D
flag from the boot loader, or by using flag from the boot loader, or by using
.Nm .Nm
@ -65,23 +73,24 @@ to change the list of console devices after the system has booted.
.Pp .Pp
The following options are available: The following options are available:
.Bl -tag -width indent .Bl -tag -width indent
.It Cm add|delete Ar console .It Cm add | delete Ar console
Add or delete a physical device from the logical console. Add or delete a physical device from the logical console.
The device must support low-level console operations. The device must support low-level console operations.
Adding a device will place it at the front of the list of console Adding a device will place it at the front of the list of console
devices; the first device is used for the high level console. devices; the first device is used for the high level console.
.It Cm mute Ar on|off .It Cm mute Cm on | off
Change the state of the console muting. Change the state of console muting.
All console output is suppressed when console muting is on.
.El .El
.Sh SEE ALSO .Sh SEE ALSO
.Xr boot 8 ,
.Xr loader 8 ,
.Xr sio 4 , .Xr sio 4 ,
.Xr syscons 4 .Xr syscons 4 ,
.Xr boot 8 ,
.Xr loader 8
.Sh HISTORY .Sh HISTORY
The The
.Nm .Nm
command first appeared in command first appeared in
.Fx 4.5 . .Fx 5.0 .
.Sh AUTHORS .Sh AUTHORS
.An Jonathan Lemon .An Jonathan Lemon