diff options
author | Jacob Moody <moody@posixcafe.org> | 2023-05-03 16:56:01 +0000 |
---|---|---|
committer | Jacob Moody <moody@posixcafe.org> | 2023-05-03 16:56:01 +0000 |
commit | c3ca13a71a1d8928c7c7b931e0423ffe0544418a (patch) | |
tree | 40d798b2d4d024ca29ef03b83b32ab02564a8657 /sys | |
parent | 10c71f2b5c0fa637fcc244ccd7cbca24bb904f8a (diff) |
mouse(2): not quite a typo (thanks Alex Musolino)
commit a04fd342727c329584a9f443092caf21e3884bdf incorrectly
changed the reference to eenter in event(2). The function in
event(2) is in fact eenter, it does stutter.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/man/2/mouse | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/man/2/mouse b/sys/man/2/mouse index e413f916d..94c1d8305 100644 --- a/sys/man/2/mouse +++ b/sys/man/2/mouse @@ -243,7 +243,7 @@ restoring the display when the menu is removed. .PP .I Enter is a multithreaded version of the -.I enter +.I eenter function described in .IR event (2). Like |