diff options
author | Sigrid <ftrvxmtrx@gmail.com> | 2020-03-31 10:04:24 +0200 |
---|---|---|
committer | Sigrid <ftrvxmtrx@gmail.com> | 2020-03-31 10:04:24 +0200 |
commit | ddaaf65efe197dafd7ca9175debb075dca0ce49b (patch) | |
tree | b88280cafcae80f772da24dda7c51b651fc70138 /sys/man | |
parent | 4dcb3ce2ab2baca0b03a8f59389e46ff263e7641 (diff) |
kbd(3): fix a typo (thanks Alex Musolino)
Diffstat (limited to 'sys/man')
-rw-r--r-- | sys/man/3/kbd | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/man/3/kbd b/sys/man/3/kbd index 82422c7dd..ea6d772eb 100644 --- a/sys/man/3/kbd +++ b/sys/man/3/kbd @@ -40,8 +40,8 @@ The 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 |