git: 9front

Download patch

ref: 64f761ccb6ef3493d82b746dcb2d869c3f0f7f0a
parent: b7bbf17028b775ba74b83871b7cefa2b1ce46ab9
author: Sigrid <ftrvxmtrx@gmail.com>
date: Tue Dec 8 05:34:10 EST 2020

mouse(3): blankS, setS to follow the convention (thanks umbraticus)

--- a/sys/man/3/mouse
+++ b/sys/man/3/mouse
@@ -155,12 +155,12 @@
 to its default state.
 .TP
 .B blank
-blank the screen.
+blanks the screen.
 The screen also blanks after 30 minutes of inactivity.
 The screen can be unblanked by moving the mouse.
 .TP
 .BI blanktime " minutes"
-set the timeout before the
+sets the timeout before the
 screen blanks; the default is 30 minutes.
 If
 .I minutes
--