diff options
author | Igor Böhm <igor@9lab.org> | 2023-04-30 23:31:50 +0000 |
---|---|---|
committer | Igor Böhm <igor@9lab.org> | 2023-04-30 23:31:50 +0000 |
commit | a04fd342727c329584a9f443092caf21e3884bdf (patch) | |
tree | 081893e4d82b0f9e5b8dba97211e524d4565e31b /sys/man | |
parent | d24b5a7a0e45186f13d19ddefde62b0932726e42 (diff) |
mouse(2): fix typos
Diffstat (limited to 'sys/man')
-rw-r--r-- | sys/man/2/mouse | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/man/2/mouse b/sys/man/2/mouse index 36a34cb24..e413f916d 100644 --- a/sys/man/2/mouse +++ b/sys/man/2/mouse @@ -242,13 +242,13 @@ creating backing store for the menu, writing the menu directly on the display, a restoring the display when the menu is removed. .PP .I Enter -is a multithreded version of the -.I eenter +is a multithreaded version of the +.I enter function described in .IR event (2). Like .I menuhit, -it has a optional +it has an optional .B scr argument to create a window. Keyboard input is read from the channel in the .B Keyboardctl *kc |