summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Moody <moody@posixcafe.org>2023-05-03 16:56:01 +0000
committerJacob Moody <moody@posixcafe.org>2023-05-03 16:56:01 +0000
commitc3ca13a71a1d8928c7c7b931e0423ffe0544418a (patch)
tree40d798b2d4d024ca29ef03b83b32ab02564a8657
parent10c71f2b5c0fa637fcc244ccd7cbca24bb904f8a (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.
-rw-r--r--sys/man/2/mouse2
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