diff options
| -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 |
