summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--share/man/man4/ukbd.44
-rw-r--r--share/man/man4/ums.42
-rw-r--r--share/man/man4/urio.42
3 files changed, 4 insertions, 4 deletions
diff --git a/share/man/man4/ukbd.4 b/share/man/man4/ukbd.4
index 391e817..5cc8ce5 100644
--- a/share/man/man4/ukbd.4
+++ b/share/man/man4/ukbd.4
@@ -89,7 +89,7 @@ to be used as the console.
.Pp
If you want to use a USB keyboard as your default and not use an AT keyboard at
all, you will have to remove the
-.Nm atkbd0
+.Nm atkbd
from the kernel configuration file.
Because of the order of the device
initialisation, the USB keyboard will be detected AFTER the console driver
@@ -138,7 +138,7 @@ also has effect on the AT keyboard driver `atkbd'.
blocking device nodes
.Sh EXAMPLE
.Bd -literal -offset indent
-device ukbd0
+device ukbd
.Ed
.Pp
Add the
diff --git a/share/man/man4/ums.4 b/share/man/man4/ums.4
index 22425ffd..14343d1 100644
--- a/share/man/man4/ums.4
+++ b/share/man/man4/ums.4
@@ -64,7 +64,7 @@ for an explanation of these mouse types.
.It Pa /dev/ums0
blocking device node
.Sh EXAMPLE
-.Dl device ums0
+.Dl device ums
.Pp
Add the
.Nm ums
diff --git a/share/man/man4/urio.4 b/share/man/man4/urio.4
index 49cde44..05f937b 100644
--- a/share/man/man4/urio.4
+++ b/share/man/man4/urio.4
@@ -64,7 +64,7 @@ blocking device node
The following line in the kernel configuration file adds the
.Nm
driver to the kernel:
-.Dl device urio0
+.Dl device urio
.Pp
The following commands create the device node in the
.Pa /dev
OpenPOWER on IntegriCloud