git: 9front

Download patch

ref: 965dbeb1f69e01a7711593043fb0beae460a237a
parent: 2eefba255bfe4094d6964827ee7828c932d4341f
author: Jacob Moody <moody@posixcafe.org>
date: Wed May 3 12:56:01 EDT 2023

mouse(2): not quite a typo (thanks Alex Musolino)

commit 1098c8163e581cf962671df32f4de54a2436b726 incorrectly
changed the reference to eenter in event(2). The function in
event(2) is in fact eenter, it does stutter.

--- a/sys/man/2/mouse
+++ b/sys/man/2/mouse
@@ -243,7 +243,7 @@
 .PP
 .I Enter
 is a multithreaded version of the
-.I enter
+.I eenter
 function described in
 .IR event (2).
 Like
--