]> git.lizzy.rs Git - plan9front.git/blobdiff - sys/man/8/kbdfs
merge
[plan9front.git] / sys / man / 8 / kbdfs
index 5ec81547e25ce9ab50085673efe51fdebc383e41..7d785d2645b83b80a58778a07fafc2a0275d5430 100644 (file)
@@ -37,7 +37,7 @@ and its
 .BR kbin
 and
 .BR kbdin
-file and optionaly reads console input from
+file and optionally reads console input from
 .I consfile
 to provide initial keyboard and console input.
 .PP
@@ -185,10 +185,10 @@ on the
 file instead. The
 .B c
 message will be resent at the keyboard repeat rate.
-Each
+A single
 .IR read (2)
-will return a single message or block until there are new messages
-available. Opening the
+can return multiple concatenated messages at once (delimited by the null byte)
+or block when there are no messages queued. Opening the
 .BR kbd
 file disables input processing on the
 .BR cons
@@ -259,3 +259,6 @@ to represent a control character.
 .B /sys/lib/kbmap/*
 .SH SOURCE
 .B /sys/src/cmd/aux/kbdfs
+.SH HISTORY
+.I Kbdfs
+first appeared in 9front (May, 2011).