git: 9front

Download patch

ref: eb7b3d7bada55a63642063f7ea053edcdf104181
parent: c8483996fc8fc81be20c3e3599f87bd8d4beb794
author: cinap_lenrek <cinap_lenrek@felloff.net>
date: Sun Apr 3 19:16:08 EDT 2016

kbdfs(8): document new /dev/kbd behaviour

--- a/sys/man/8/kbdfs
+++ b/sys/man/8/kbdfs
@@ -185,10 +185,10 @@
 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
--