shithub: riscv

Download patch

ref: ddaaf65efe197dafd7ca9175debb075dca0ce49b
parent: 4dcb3ce2ab2baca0b03a8f59389e46ff263e7641
author: Sigrid <ftrvxmtrx@gmail.com>
date: Tue Mar 31 06:04:24 EDT 2020

kbd(3): fix a typo (thanks Alex Musolino)

--- a/sys/man/3/kbd
+++ b/sys/man/3/kbd
@@ -40,8 +40,8 @@
 file sets typematic rate and delay.  The value of the number is a
 bitmask where first 5 bits set the repeat rate (ranging from 0b00000
 for 30Hz to 0b11111 for 2Hz).  Bits 6 and 7 set the delay before the
-first repeat is activated (ranging from 0b00 for 250Hz to 0b11 for
-1000Hz).
+first repeat is activated (ranging from 0b00 for 250ms to 0b11 for
+1000ms).
 .SH EXAMPLE 
 Set the Scroll and Caps leds:
 .EX