summaryrefslogtreecommitdiffstats
path: root/usr.sbin/kbdcontrol
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2006-09-29 17:57:04 +0000
committerru <ru@FreeBSD.org>2006-09-29 17:57:04 +0000
commit081fcce9b95f3f51e2b600db9d0026f3ecfadc23 (patch)
tree608bfa4b400586363bcc75b7ada22d85d2fc448c /usr.sbin/kbdcontrol
parent006fe977362e69e13e0d91dd09794012ca536261 (diff)
downloadFreeBSD-src-081fcce9b95f3f51e2b600db9d0026f3ecfadc23.zip
FreeBSD-src-081fcce9b95f3f51e2b600db9d0026f3ecfadc23.tar.gz
Markup fixes.
Diffstat (limited to 'usr.sbin/kbdcontrol')
-rw-r--r--usr.sbin/kbdcontrol/kbdcontrol.119
1 files changed, 8 insertions, 11 deletions
diff --git a/usr.sbin/kbdcontrol/kbdcontrol.1 b/usr.sbin/kbdcontrol/kbdcontrol.1
index 95bb0c1..6b8e5c5 100644
--- a/usr.sbin/kbdcontrol/kbdcontrol.1
+++ b/usr.sbin/kbdcontrol/kbdcontrol.1
@@ -243,18 +243,15 @@ To switch back to the default keyboard, use this command.
.Dl kbdcontrol -k /dev/kbd0
.Pp
To allow using both the second USB keyboard and the first AT keyboard
-at the same time on console via
+at the same time on console via the
.Xr kbdmux 4
-driver use the following sequence of commands.
-.Pp
-.Dl kbdcontrol -K < /dev/console
-.Pp
-.Dl kbdcontrol -a atkbd0 < /dev/kbdmux0
-.Pp
-.Dl kbdcontrol -a ukbd1 < /dev/kbdmux0
-.Pp
-.Dl kbdcontrol -k /dev/kbdmux0 < /dev/console
-.Pp
+driver, use the following sequence of commands.
+.Bd -literal -offset indent
+kbdcontrol -K < /dev/console
+kbdcontrol -a atkbd0 < /dev/kbdmux0
+kbdcontrol -a ukbd1 < /dev/kbdmux0
+kbdcontrol -k /dev/kbdmux0 < /dev/console
+.Ed
.Sh SEE ALSO
.Xr kbdmap 1 ,
.Xr vidcontrol 1 ,
OpenPOWER on IntegriCloud