diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2016-04-03 23:16:08 +0200 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2016-04-03 23:16:08 +0200 |
commit | 84e16f5b5c91048bfc3898654d99fb2bcfa9dfa2 (patch) | |
tree | 9042738f337d9c3e3c8086a55233686a2eb718e1 /sys | |
parent | ce84082205f8367c1a4676c4810d92b30ae87f49 (diff) |
kbdfs(8): document new /dev/kbd behaviour
Diffstat (limited to 'sys')
-rw-r--r-- | sys/man/8/kbdfs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/man/8/kbdfs b/sys/man/8/kbdfs index e55cf964b..7d785d264 100644 --- a/sys/man/8/kbdfs +++ b/sys/man/8/kbdfs @@ -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 |